method
strip_out_controller
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
strip_out_controller(path)
private
Hide source
# File actionpack/lib/action_controller/base.rb, line 1402 def strip_out_controller(path) path.split('/', 2).last end