Class: Cms9::WelcomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/cms9/welcome_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#authorize, #current_user, #user_logout

Instance Method Details

#indexObject



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

def index
  limit = params[:limit] ? params[:limit] : 10
  @events = Cms9Events.new.timeline_events(limit)
end