Sha256: cc8c6b25b7cd83d46a1307d38248d1fb289c54115a0bfc4e47a10bb1415db46a
Contents?: true
Size: 211 Bytes
Versions: 14
Compression:
Stored size: 211 Bytes
Contents
class Gallery < ActiveRecord::Base belongs_to :index has_many :indices, :as => :owner, :dependent => :destroy, :order => "priority ASC" accepts_nested_attributes_for :indices, :allow_destroy => true end
Version data entries
14 entries across 14 versions & 2 rubygems