Module: Ecm::Galleries::PictureGallery::DisplayCodesConcern

Extended by:
ActiveSupport::Concern
Included in:
Ecm::Galleries::PictureGallery
Defined in:
app/models/ecm/galleries/picture_gallery.rb

Instance Method Summary collapse

Instance Method Details

#display_code_for_erbObject



75
76
77
# File 'app/models/ecm/galleries/picture_gallery.rb', line 75

def display_code_for_erb
  "<%= galleries_helper(self).render(name: '#{name}') %>"
end