Class: IndexController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- IndexController
- Defined in:
- app/controllers/index_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
get /.
Instance Method Details
#index ⇒ Object
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 |