Sha256: 87b4f26c52975fa432d84718fcb89f354c4dab761fdc2253bd81f39abaa01843
Contents?: true
Size: 110 Bytes
Versions: 12
Compression:
Stored size: 110 Bytes
Contents
class Album < ActiveRecord::Base attr_accessible :name if Rails::VERSION::MAJOR == 3 has_many :tracks end
Version data entries
12 entries across 12 versions & 1 rubygems