Module: RmagickTidy::ControllerHelper

Defined in:
lib/rmagick_tidy/railtie.rb

Instance Method Summary collapse

Instance Method Details

#within_rmagick_tidy_scopeObject

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