Class: Grandstand::Gallery

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/grandstand/gallery.rb

Instance Method Summary collapse

Instance Method Details

#cover_imageObject



11
12
13
# File 'app/models/grandstand/gallery.rb', line 11

def cover_image
  images.first || Grandstand::Image.new
end