We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
i want to use this gem instead of "translate_routes" - my project is rails 3.0.1.
try: rake 0.8.7 routes returns: rake aborted! can't convert Array into String
try: server start - same problem.
i delete all lines from my routes.rb, only these lines:
Test::Application.routes.draw do resources :contacts end
ActionDispatch::Routing::Translator.translate_from_file('config/locales/routes.yml', { :prefix_on_default_locale => true })
nothing helps.
thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i want to use this gem instead of "translate_routes" - my project is rails 3.0.1.
try:
rake 0.8.7 routes
returns:
rake aborted!
can't convert Array into String
try:
server start - same problem.
i delete all lines from my routes.rb, only these lines:
Test::Application.routes.draw do
resources :contacts
end
ActionDispatch::Routing::Translator.translate_from_file('config/locales/routes.yml', { :prefix_on_default_locale => true })
nothing helps.
thanks.
The text was updated successfully, but these errors were encountered: