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

Handle relative keys in controllers whose name consist of multiple words #132

Merged

Conversation

yujinakayama
Copy link
Contributor

Currently relative keys in app/controllers/admin_users_controller.rb are resolved as admin.KEY.

With this fix they'll be resolved as admin_users.KEY correctly.

Currently relative keys in app/controllers/admin_users_controller.rb are
resolved as `admin.KEY`.

With this fix they'll be resolved as `admin_users.KEY` correctly.
@yujinakayama yujinakayama force-pushed the handle-controller-name-with-multiple-words branch from f7654dd to 7a8585e Compare March 2, 2015 06:21
glebm added a commit that referenced this pull request Mar 4, 2015
…-multiple-words

Handle relative keys in controllers whose name consist of multiple words
@glebm glebm merged commit 935ab38 into glebm:master Mar 4, 2015
@glebm
Copy link
Owner

glebm commented Mar 4, 2015

Thanks! 👍

@yujinakayama yujinakayama deleted the handle-controller-name-with-multiple-words branch March 5, 2015 01:21
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