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, options = {}) ⇒ Object
12 13 14 |
# File 'lib/redmine_nonproject_modules/patches/controller_patch.rb', line 12 def (, = {}) before_action() { |c| c.() } end |