public
Description: An example Merb app using the panda gem
Homepage: http://blog.new-bamboo.co.uk
Clone URL: git://github.com/newbamboo/panda_example_merb.git
can't have a method called statusmate .mate .
deimos1986 (author)
Thu Jun 19 06:21:32 -0700 2008
commit  66399a3a3d697997d30122e4a1d9be873aa990ae
tree    06c246ae4e61bb678296807fd2386cb95236c919
parent  9cc24aaedeafb135516bb0c90e150408dcc0797c
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@ class Videos < Application
0
   def upload
0
   end
0
   
0
- def status
0
+ def status_update
0
     @video = Video.find_by_panda_id(params[:id])
0
     @panda_video = Panda::Video.create(params[:video])
0
     @video.update_panda_status(params)

Comments

  • newbamboo Thu Jun 19 07:17:13 -0700 2008

    This is the culprit!!