Sha256: e46fa7ca57ad038834718d64d86e18c7ccb6c1850a537063989211866439d011

Contents?: true

Size: 215 Bytes

Versions: 4

Compression:

Stored size: 215 Bytes

Contents

class FamilyGallery::WelcomeController < FamilyGallery::BaseController
  def index
    @groups = FamilyGallery::Group
      .accessible_by(current_ability)
      .ordered_by_latest_update
      .limit(25)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
family_gallery-0.0.8 app/controllers/family_gallery/welcome_controller.rb
family_gallery-0.0.7 app/controllers/family_gallery/welcome_controller.rb
family_gallery-0.0.6 app/controllers/family_gallery/welcome_controller.rb
family_gallery-0.0.5 app/controllers/family_gallery/welcome_controller.rb