Class: Grandstand::Gallery
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Grandstand::Gallery
- Defined in:
- app/models/grandstand/gallery.rb
Instance Method Summary collapse
Instance Method Details
#cover_image ⇒ Object
11 12 13 |
# File 'app/models/grandstand/gallery.rb', line 11 def cover_image images.first || Grandstand::Image.new end |