Method: FamilyGallery::WelcomeController#index

Defined in:
app/controllers/family_gallery/welcome_controller.rb

#indexObject



2
3
4
5
6
7
# File 'app/controllers/family_gallery/welcome_controller.rb', line 2

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