Sha256: 7da7cc32f315646f4832c01e0cb7741afd8ed4e024160d4126e4188580833aad
Contents?: true
Size: 143 Bytes
Versions: 4
Compression:
Stored size: 143 Bytes
Contents
class User < ActiveRecord::Base attr_accessible :email, :name has_many :book_purchases has_many :books, :through => :book_purchases end
Version data entries
4 entries across 4 versions & 1 rubygems