Method: Flok::UserCompilerContext#action
- Defined in:
- lib/flok/user_compiler.rb
#action(controller, name, &block) ⇒ Object
59 60 61 |
# File 'lib/flok/user_compiler.rb', line 59 def action controller, name, &block @actions << UserCompilerAction.new(controller, name, self, &block) end |