Sha256: 7a1412e26806339a0a28daee2ac0ad9422ad3fc5cea1461a201fa9b15a6b8ed9
Contents?: true
Size: 205 Bytes
Versions: 16
Compression:
Stored size: 205 Bytes
Contents
class Magazine include Dynamoid::Document field :title has_many :subscriptions has_many :camel_cases has_one :sponsor belongs_to :owner, :class_name => 'User', :inverse_of => :books end
Version data entries
16 entries across 16 versions & 3 rubygems