Sha256: a2b75c5cfb11f0abb08bb7608885e61fd3a5e6d03fe105df6c2bbc8dca351f7e
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 Bytes
Contents
module Encore class Association class HasManyAssociation < Association protected def column_accessor :"#{self.column.to_s.singularize}_ids" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
encore-0.0.3 | lib/encore/association/has_many_association.rb |