public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Fixing typo
ianwhite (author)
Mon Sep 22 22:09:12 -0700 2008
commit  4a588d524da53bff16f09242af90a3bfb3deddd8
tree    8a591dacec5ab05a429556504b0ecadec8575eca
parent  bea7a88e29a2ca16edf88b60038615157d78e564
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
0
 require 'spec/rake/verify_rcov'
0
 require 'rake/rdoctask'
0
 
0
-plugin_name = 'respond_to'
0
+plugin_name = 'response_for'
0
 
0
 task :default => :spec
0
 

Comments