aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/active_storage/variants_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/active_storage/variants_controller.rb')
-rw-r--r--app/controllers/active_storage/variants_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/active_storage/variants_controller.rb b/app/controllers/active_storage/variants_controller.rb
index dde7e1458f..d5e97e63fa 100644
--- a/app/controllers/active_storage/variants_controller.rb
+++ b/app/controllers/active_storage/variants_controller.rb
@@ -20,6 +20,6 @@ class ActiveStorage::VariantsController < ActionController::Base
end
def disposition_param
- params[:disposition].presence_in(%w( inline attachment )) || 'inline'
+ params[:disposition].presence_in(%w( inline attachment )) || "inline"
end
end