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
Fixed typo in README
ianwhite (author)
Mon Oct 13 15:51:56 -0700 2008
commit  95bcf26c6e898d1d882db1a8f5b8fedcef265df9
tree    c9c245147b83807e05bfdc52ccc23dd0a72fd2bd
parent  01770fcab376d8305df29d613ff4cf781a65d209
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ inherit views on edge has slimmed down a bit (64 LOC).  The API is the same exce
0
 
0
 inherit_views is available for rails 2.0-stable and 2.1-stable.  To get this version checkout the rails-2.0-2.1 branch
0
 
0
-  git clone git://github.com/ianhwite/inherit_views rails-2.0-2.1
0
+  git clone git://github.com/ianwhite/inherit_views rails-2.0-2.1
0
 
0
 = inherit_views
0
 

Comments