Sha256: 6e28b81eb111ce8ea5bdf78e9c3bcb59ec0d2512e75e91928232b3e27d6a9daf

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
family_gallery-0.0.4 app/controllers/family_gallery/welcome_controller.rb
family_gallery-0.0.3 app/controllers/family_gallery/welcome_controller.rb
family_gallery-0.0.2 app/controllers/family_gallery/welcome_controller.rb
family_gallery-0.0.1 app/controllers/family_gallery/welcome_controller.rb