Initial commit
This commit is contained in:
4
app/models/composer.rb
Normal file
4
app/models/composer.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Composer < ApplicationRecord
|
||||
belongs_to :music_release
|
||||
validates :name, :affiliation, :percentage, presence: true
|
||||
end
|
||||
Reference in New Issue
Block a user