Class: CoPlan::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- CoPlan::ApplicationController
- Defined in:
- app/controllers/coplan/application_controller.rb
Direct Known Subclasses
AutomatedReviewsController, CommentThreadsController, CommentsController, DashboardController, PlanVersionsController, PlansController, Settings::TokensController
Defined Under Namespace
Classes: NotAuthorizedError
Class Method Summary collapse
-
.controller_path ⇒ Object
CoPlan.underscore produces “co_plan”, but our views/templates use “coplan/”.
Class Method Details
.controller_path ⇒ Object
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 |