public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
Specifying plugin_name as inherit_views in Rakefile (ccrb puts it in 'work')
ianwhite (author)
Mon Sep 22 22:04:56 -0700 2008
commit  1469856afabbd00d90b9b8eeec0b3af7d1b95bf7
tree    adef3503e5716846d234674536779a41e878f792
parent  8677f7cc98f84f3989738194d19f301d6b3c8640
...
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 = File.basename(File.dirname(__FILE__))
0
+plugin_name = 'inherit_views'
0
 
0
 task :default => :spec
0
 

Comments