public
Clone URL: git://github.com/egogo/verim.dp.ua.git
up!
egogo (author)
Thu Sep 11 01:03:13 -0700 2008
commit  87e138203121461c5f68029aa1b3fb1e93c8f962
tree    4270fd4a71ae6d154269e48e5b364363365aed79
parent  d4397b2f113464791c5d2fe802f25ecb447d5844
...
46
47
48
 
49
50
51
...
46
47
48
49
50
51
52
0
@@ -46,6 +46,7 @@ class Admin::PlaysController < Admin::BaseController
0
   def destroy
0
     @play = Play.find params[:id]
0
     @play.destroy
0
+ redirect_to admin_plays_path
0
   end
0
 
0
 end

Comments

    No one has commented yet.