Class: Photo

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::LolSortable, Mongoid::Timestamps
Defined in:
app/models/photo.rb

Instance Method Summary collapse

Instance Method Details

#has_caption?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'app/models/photo.rb', line 16

def has_caption?
  self.photable.present? && self.photable.caption_status
end