username
Member Since: November 16, 2008
Member Since: November 16, 2008
username has submitted 1 comment:
 |
|
Comment to: Multiple Attachments in Rails
There is an error (typo?) in the update method of the Post class. @post should be instantiated before being used in "if", and post_path lacks an "h"
in the above example and in the multiple.zip. Otherwise, nice job.
def update
...
November 16, 2008
|