method
strip_out_controller
strip_out_controller(path)
private
Hide source
# File actionpack/lib/action_controller/base.rb, line 1225 def strip_out_controller(path) path.split('/', 2).last end