Class: Bizarroids::Slider::CollectionsController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/bizarroids/slider/collections_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



9
10
11
# File 'app/controllers/bizarroids/slider/collections_controller.rb', line 9

def index
  @collections = Collection.actual
end