Sha256: 9f44c58d0983a9ffe5a55c6c17757574fb51b814b276759b4a66ca34e64b1894
Contents?: true
Size: 252 Bytes
Versions: 12
Compression:
Stored size: 252 Bytes
Contents
class Subscription include Dynamoid::Document field :length, :integer belongs_to :magazine has_and_belongs_to_many :users belongs_to :customer, :class_name => 'User', :inverse_of => :monthly has_and_belongs_to_many :camel_cases end
Version data entries
12 entries across 12 versions & 2 rubygems