Sha256: 78ee387d7b9074044f60f5b89b4bdd408183102eb1a8d2c1049233a47fd10898
Contents?: true
Size: 243 Bytes
Versions: 3
Compression:
Stored size: 243 Bytes
Contents
module Para module Page class SectionResource < ActiveRecord::Base self.table_name = 'para_page_section_resources' acts_as_orderable belongs_to :section belongs_to :resource, polymorphic: true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
para-0.7.2 | app/models/para/page/section_resource.rb |
para-0.7.1 | app/models/para/page/section_resource.rb |
para-0.7.0 | app/models/para/page/section_resource.rb |