Fix coding standards in application files
This commit is contained in:
@@ -3,8 +3,8 @@ class Track < ActiveRecord::Base
|
||||
|
||||
validates_presence_of :name
|
||||
|
||||
def file=(file)
|
||||
sounds.build(file: file)
|
||||
def file= file
|
||||
sounds.build file: file
|
||||
end
|
||||
|
||||
def sound
|
||||
|
Reference in New Issue
Block a user