Class: Ecm::Galleries::PictureGallery

Inherits:
ApplicationRecord show all
Includes:
ActsAsPublished::ActiveRecord, PictureDetails
Defined in:
app/models/ecm/galleries/picture_gallery.rb

Defined Under Namespace

Modules: PictureDetails

Instance Method Summary collapse

Methods included from PictureDetails

#picture_details_count

Instance Method Details

#assets_countObject



49
50
51
# File 'app/models/ecm/galleries/picture_gallery.rb', line 49

def assets_count
  assets.count
end

#humanObject



45
46
47
# File 'app/models/ecm/galleries/picture_gallery.rb', line 45

def human
  name
end