method
strip_out_controller
v2.2.1 -
Show latest stable
- Class:
ActionController::Base
strip_out_controller(path)private
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 1328
def strip_out_controller(path)
path.split('/', 2).last
end