Class: IndexController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/index_controller.rb

Overview

Front page

Instance Method Summary collapse

Instance Method Details

#indexObject

get /



6
7
8
# File 'app/controllers/index_controller.rb', line 6

def index
  @dynamic_page = DynamicPage['frontpage']
end