Class: Ecm::Pictures::PictureGallery

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
FriendlyId
Defined in:
app/models/ecm/pictures/picture_gallery.rb

Instance Method Summary collapse

Instance Method Details

#display_codeObject



32
33
34
# File 'app/models/ecm/pictures/picture_gallery.rb', line 32

def display_code
  "<%= render_picture_gallery '#{self.name}' %>"
end