Class: PhotoGalleriesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/photo_galleries_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
9
# File 'app/controllers/photo_galleries_controller.rb', line 6

def index
  @photo_galleries = SpudPhotoGallery.ordered
  respond_with @photo_galleries
end