Method: Flok::UserCompilerContext#spots_for_controller
- Defined in:
- lib/flok/user_compiler.rb
#spots_for_controller(controller_name) ⇒ Object
70 71 72 |
# File 'lib/flok/user_compiler.rb', line 70 def spots_for_controller controller_name return @controllers.detect{|e| e.name == controller_name}.spots end |