Method: Polygallery::HasPolygallery::ClassMethods#polygalleries

Defined in:
lib/polygallery/has_polygallery.rb

#polygalleriesObject



56
57
58
59
# File 'lib/polygallery/has_polygallery.rb', line 56

def polygalleries
  self.reflect_on_all_associations(:has_one)
      .select{|a| a.foreign_key == 'galleryable_id'}.map(&:name)
end