4 lines
92 B
Ruby
4 lines
92 B
Ruby
class ReleaseFormat < ActiveRecord::Base
|
|
has_many :albums, :through => :album_formats
|
|
end
|