Class: CoPlan::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/coplan/application_controller.rb

Defined Under Namespace

Classes: NotAuthorizedError

Class Method Summary collapse

Class Method Details

.controller_pathObject

CoPlan.underscore produces “co_plan”, but our views/templates use “coplan/”



6
7
8
# File 'app/controllers/coplan/application_controller.rb', line 6

def self.controller_path
  super.sub(/\Aco_plan\//, "coplan/")
end