Class: IndexController

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

Instance Method Summary collapse

Instance Method Details

#indexObject

get /



3
4
5
6
# File 'app/controllers/index_controller.rb', line 3

def index
  @editable_page = EditablePage.localized_page('index', locale)
  check_referral_link if params.key?(:rl)
end