Class: RedBase::HomeController

Inherits:
ApplicationController show all
Includes:
Dashboard::Module
Defined in:
app/controllers/red_base/home_controller.rb

Instance Method Summary collapse

Methods included from Dashboard::Module

name, priority, show_me_on

Methods inherited from ApplicationController

#set_locale

Instance Method Details

#content_for_headerObject



15
16
17
# File 'app/controllers/red_base/home_controller.rb', line 15

def content_for_header
  render "homelink"
end

#indexObject

show_me_on :header



12
13
# File 'app/controllers/red_base/home_controller.rb', line 12

def index
end