Class: CarrierwaveGallery::GalleryController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- CarrierwaveGallery::GalleryController
- Defined in:
- app/controllers/carrierwave_gallery/gallery_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
2 3 4 |
# File 'app/controllers/carrierwave_gallery/gallery_controller.rb', line 2 def index @collection = Gallery.all end |
#show ⇒ Object
6 7 8 |
# File 'app/controllers/carrierwave_gallery/gallery_controller.rb', line 6 def show @gallery = Gallery.find(params[:id]) end |