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

fix for removal of deep_symbolize_keys in rails 3 #2

Merged
merged 1 commit into from Oct 14, 2013

Conversation

maneframe
Copy link
Contributor

No description provided.

@ccutrer
Copy link
Contributor

ccutrer commented Oct 11, 2013

It seems to me that deep_symbolize_keys was not removed (https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/hash/keys.rb), it just moved (see https://www.ruby-forum.com/topic/1681662). So just add a require 'i18n/core_ext/hash' if Rails.version < '4.0'.

@maneframe
Copy link
Contributor Author

Oh. I stand corrected. I edited my commit.

ccutrer added a commit that referenced this pull request Oct 14, 2013
fix for removal of deep_symbolize_keys in rails 3
@ccutrer ccutrer merged commit c0915de into instructure:master Oct 14, 2013
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.

None yet

2 participants