Class: Gallery::AlbumsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/gallery/albums_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/gallery/albums_controller.rb', line 5

def index
  @albums = Album.published
end