Class: Spina::PagesController

Inherits:
ApplicationController show all
Includes:
Frontend
Defined in:
app/controllers/spina/pages_controller.rb

Instance Method Summary collapse

Methods included from Frontend

#show

Instance Method Details

#homepageObject



9
10
11
# File 'app/controllers/spina/pages_controller.rb', line 9

def homepage
  render_with_template(page)
end