Skip to content
New issue

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

Use camelize instead of capitalize on template error screen #10154

Merged

Conversation

killthekitten
Copy link
Contributor

This PR makes one minor change. H1 contents of template_error.erb change from this:

NameError in Some_controller_name#new

to this:

NameError in SomeControllerName#new

carlosantoniodasilva added a commit that referenced this pull request Apr 9, 2013
Use camelize instead of capitalize on template error screen
@carlosantoniodasilva carlosantoniodasilva merged commit 74be6bb into rails:master Apr 9, 2013
@carlosantoniodasilva
Copy link
Member

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants