aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/lib/active_storage.rb')
-rw-r--r--activestorage/lib/active_storage.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activestorage/lib/active_storage.rb b/activestorage/lib/active_storage.rb
index 75eb63f0b4..c35a9920d6 100644
--- a/activestorage/lib/active_storage.rb
+++ b/activestorage/lib/active_storage.rb
@@ -60,6 +60,7 @@ module ActiveStorage
mattr_accessor :service_urls_expire_in, default: 5.minutes
mattr_accessor :routes_prefix, default: "/rails/active_storage"
+ mattr_accessor :draw_routes, default: true
mattr_accessor :replace_on_assign_to_many, default: false