Typo in album

This commit is contained in:
Raphael 2010-08-02 18:30:09 -07:00
parent 848acff02a
commit da3bf35d81

View file

@ -20,7 +20,7 @@ class Album
after_save :notify_people after_save :notify_people
before_destroy :propagate_retraction before_destroy :propagate_retraction
def instantiate params def self.instantiate params
self.create params self.create params
end end