Module: RedmineNonprojectModules::Patches::ControllerPatch::ClassMethods
- Defined in:
- lib/redmine_nonproject_modules/patches/controller_patch.rb
Instance Method Summary collapse
Instance Method Details
#require_permission(permission) ⇒ Object
10 11 12 |
# File 'lib/redmine_nonproject_modules/patches/controller_patch.rb', line 10 def () before_action { |c| c.() } end |