public
Description: The Custom Resource Name Plugin lets you add alias for your routes. This is very useful if you are developing a software to a country that does not speak English and wants all URLs in the native language.
Homepage: http://www.nomedojogo.com/custom-resource-name-plugin/
Clone URL: git://github.com/carlosbrando/custom_resource_name.git
Add support to Rails 1.2.3.

git-svn-id: http://plugins.nomedojogo.com/custom_resource_name@7 
04ac611f-ab46-0410-9913-d8964a4b2d5a
carlosbrando (author)
Fri Feb 29 20:08:59 -0800 2008
commit  58658784b9b53450c7cb10adba645845dd7de8a7
tree    6df466259deda9cfbf0fffed32cc97623859e615
parent  d0326a03cb6fd6f4a08926fb3ff60d111fc9fd30
...
1
2
3
4
5
6
7
 
 
 
 
 
8
...
1
2
3
 
 
 
4
5
6
7
8
9
10
0
@@ -1,6 +1,8 @@
0
 require 'custom_resource_name'
0
 
0
 if Rails::VERSION::MAJOR < 2
0
- require 'extract_options.rb'
0
- require 'map_associations.rb'
0
-end
0
\ No newline at end of file
0
+ require 'extract_options'
0
+ require 'map_associations'
0
+end
0
+
0
+require 'resources' if RAILS_GEM_VERSION < '1.2.6'
0
\ No newline at end of file

Comments

    No one has commented yet.