Sha256: ebcbd7a2a75ce29aa1b750e8dad1b904b4f5405415a4d1c9344cd6ac89495c9a

Contents?: true

Size: 155 Bytes

Versions: 9

Compression:

Stored size: 155 Bytes

Contents

module Refinery
  module PhotoGallery
    class CollectionAlbum < ActiveRecord::Base
      belongs_to :album
      belongs_to :collection
    end
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 app/models/refinery/photo_gallery/collection_album.rb
refinerycms-photo-gallery-0.2.0 app/models/refinery/photo_gallery/collection_album.rb
refinerycms-photo-gallery-0.1.2 app/models/refinery/photo_gallery/collection_album.rb
refinerycms-photo-gallery-0.1.1 app/models/refinery/photo_gallery/collection_album.rb
refinerycms-photo-gallery-0.1.0 app/models/refinery/photo_gallery/collection_album.rb
refinerycms-6hoursdaily-photo-gallery-0.0.5.dev app/models/refinery/photo_gallery/collection_album.rb
refinerycms-6hoursdaily-photo-gallery-0.0.4.dev app/models/refinery/photo_gallery/collection_album.rb
refinerycms-photo-gallery-0.0.2.dev app/models/refinery/photo_gallery/collection_album.rb
refinerycms-photo-gallery-0.0.1.dev app/models/refinery/photo_gallery/collection_album.rb