Sha256: 82a6a3b828afb8c4e60516ecdef2df68f52f5bf7fa943edbb573f6ba00d2e7bc
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
module Cms9 class WelcomeController < Cms9::ApplicationController def index limit = params[:limit] ? params[:limit] : 10 @events = Cms9Events.new.timeline_events(limit) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cms9-0.2.0 | app/controllers/cms9/welcome_controller.rb |