Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur PETRY committed Sep 11, 2011
1 parent ee86d30 commit e755d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/album.rb
Expand Up @@ -46,12 +46,12 @@ def tracks

def artist=(value)
@need_tracks_update = true
self[:artist] = value
self.attributes[:artist] = value
end

def name=(value)
@need_tracks_update = true
self[:name] = value
self.attributes[:name] = value
end

def save_user_comment_for(comment)
Expand Down

0 comments on commit e755d8c

Please sign in to comment.