# File lib/action_controller/base.rb, line 406 def controller_path @controller_path ||= name.gsub(/Controller$/, '').underscore end