Sha256: b13bac106b5fbd22e9a80e61e75272859a0ba1a24b92ed53afc0aa4cc13d2474
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
module MegaBar class SiteJoin < ActiveRecord::Base belongs_to :siteable, polymorphic: true #, optional: true belongs_to :site validates_presence_of :siteable_type, allow_blank: false validates_presence_of :site_id, allow_blank: false end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | app/models/mega_bar/site_join.rb |
mega_bar-0.5.1 | app/models/mega_bar/site_join.rb |