oldhaven/app/models/music/release_format.rb

4 lines
92 B
Ruby
Raw Normal View History

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