Class: PagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- PagesController
- Includes:
- NotFound, WebsiteSettings
- Defined in:
- app/controllers/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/pages_controller.rb', line 5 def show @object = Character::Page.find_by(path: '/' + (params[:path] || '')) end |