Method: Jets::Router::MethodCreator#initialize
- Defined in:
- lib/jets/router/method_creator.rb
#initialize(options, scope) ⇒ MethodCreator
Returns a new instance of MethodCreator.
5 6 7 8 |
# File 'lib/jets/router/method_creator.rb', line 5 def initialize(, scope) , @scope = , scope @controller, @action = get_controller_action() end |