1
0
Fork 0
oldhaven/app/models/music/release_format.rb

4 lines
92 B
Ruby
Raw Normal View History

2011-09-22 19:54:09 +00:00
class ReleaseFormat < ActiveRecord::Base
2011-09-26 00:05:46 +00:00
has_many :albums, :through => :album_formats
2011-09-22 19:54:09 +00:00
end