5 lines
82 B
Ruby
5 lines
82 B
Ruby
|
class AlbumStyle < ActiveRecord::Base
|
||
|
belongs_to :album
|
||
|
belongs_to :style
|
||
|
end
|