Module: RmagickTidy::ControllerHelper
- Defined in:
- lib/rmagick_tidy/railtie.rb
Instance Method Summary collapse
-
#within_rmagick_tidy_scope ⇒ Object
Use as ‘around_action :within_rmagick_tidy_scope`.
Instance Method Details
#within_rmagick_tidy_scope ⇒ Object
Use as ‘around_action :within_rmagick_tidy_scope`.
4 5 6 |
# File 'lib/rmagick_tidy/railtie.rb', line 4 def within_rmagick_tidy_scope(&) RmagickTidy.scope(&) end |