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
100644 8 lines (6 sloc) 0.173 kb
1
2
3
4
5
6
7
8
require 'custom_resource_name'
 
if Rails::VERSION::MAJOR < 2
  require 'extract_options'
  require 'map_associations'
end
 
require 'resources' if RAILS_GEM_VERSION < '1.2.6'