module ActionDispatch::Routing::RouteSet

Public Class Methods

default_resources_path_names() click to toggle source
# File lib/french_rails/action_dispatch/resources_path_names.rb, line 4
def RouteSet.default_resources_path_names
  { :new  => 'nouveau', :edit => 'modifier' }
end