Class: PagesController

Inherits:
ApplicationController
  • Object
show all
Includes:
NotFound, WebsiteSettings
Defined in:
app/controllers/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/pages_controller.rb', line 5

def show
  @object = Character::Page.find_by(path: '/' + (params[:path] || ''))
end