Method: Flok::UserCompilerContext#controller
- Defined in:
- lib/flok/user_compiler.rb
#controller(name, &block) ⇒ Object
55 56 57 |
# File 'lib/flok/user_compiler.rb', line 55 def controller name, &block @controllers << UserCompilerController.new(name, self, &block) end |