Class: PagesController

Inherits:
ApplicationController show all
Defined in:
lib/templates/controllers/pages_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_account

Instance Method Details

#dashObject



8
9
# File 'lib/templates/controllers/pages_controller.rb', line 8

def dash
end

#showObject



4
5
6
# File 'lib/templates/controllers/pages_controller.rb', line 4

def show
  render template: "pages/#{params[:page]}"
end