Sha256: 5b0f57468ed3a6cefa612740cb873be8f90d0d2366b26a52af95119318da38d7

Contents?: true

Size: 196 Bytes

Versions: 10

Compression:

Stored size: 196 Bytes

Contents

module Jabe
  class FeedController < ApplicationController
    def index
      @entries = Entry.published.page(params[:page]).
        per( Jabe::SETTINGS.entries_per_page || 5)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jabe-0.9.1 app/controllers/jabe/feed_controller.rb
jabe-0.9.0 app/controllers/jabe/feed_controller.rb
jabe-0.8.0 app/controllers/jabe/feed_controller.rb
jabe-0.7.0 app/controllers/jabe/feed_controller.rb
jabe-0.6.5 app/controllers/jabe/feed_controller.rb
jabe-0.6.4 app/controllers/jabe/feed_controller.rb
jabe-0.6.3 app/controllers/jabe/feed_controller.rb
jabe-0.6.2 app/controllers/jabe/feed_controller.rb
jabe-0.6.1 app/controllers/jabe/feed_controller.rb
jabe-0.6.0 app/controllers/jabe/feed_controller.rb