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