Class: SimpleShowcaseAdmin::Photo

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/simple_showcase_admin/photo.rb

Instance Method Summary collapse

Instance Method Details

#reset_featured_postObject



7
8
9
10
11
# File 'app/models/simple_showcase_admin/photo.rb', line 7

def reset_featured_post
  if self.featured?
    Photo.update_all :featured => false
  end
end