Sha256: 021cf0e704ed5264327c6fdf26444435f20e0d9690c2856d5d0a6fb7c9629621
Contents?: true
Size: 251 Bytes
Versions: 3
Compression:
Stored size: 251 Bytes
Contents
module Refinery class AlbumPage < Refinery::Core::BaseModel belongs_to :album , :class_name => Refinery::PhotoGallery::Album belongs_to :page, :polymorphic => true attr_accessible :page_id, :page_type, :album_id end end
Version data entries
3 entries across 3 versions & 1 rubygems