Method: Roby::Application#run_controller_blocks
- Defined in:
- lib/roby/app.rb
#run_controller_blocks ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Run the blocks registered with #controller
This must be called in excecution propagation context
1248 1249 1250 |
# File 'lib/roby/app.rb', line 1248 def run_controller_blocks controllers.each(&:call) end |