# File lib/abstract_controller/base.rb, line 91 def controller_path @controller_path ||= name.sub(/Controller$/, '').underscore unless anonymous? end