module ActionDispatch::Routing::Mapper::Resources

def action_path(name)

def action_path(name)
  @scope[:path_names][name.to_sym] || name
end