Method: ActionDispatch::Routing::RouteSet::Generator#current_controller
- Defined in:
- actionpack/lib/action_dispatch/routing/route_set.rb
#current_controller ⇒ Object
706 707 708 |
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 706 def current_controller @recall[:controller] end |