Class: Jabe::FeedController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Jabe::FeedController
- Defined in:
- app/controllers/jabe/feed_controller.rb
Instance Method Summary collapse
Methods included from BodyClassHelper
Methods included from PublicEntryUrl
Instance Method Details
#index ⇒ Object
3 4 5 6 |
# File 'app/controllers/jabe/feed_controller.rb', line 3 def index @entries = Entry.published.page(params[:page]). per( Jabe::SETTINGS.entries_per_page || 5) end |