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

Replaced .symbolize with .to_sym in arel nodes. #70

Merged
merged 1 commit into from
Mar 14, 2013

Commits on Mar 14, 2013

  1. Replaced .symbolize with .to_sym in arel nodes.

    Without this patch the arel node classes ContainedWithinEquals and
    ContainsEquals used .symbolize instead of .to_sym to crate the
    operators. This causes a NoMethodError with: undefined method
    `symbolize' for "<<=":String.
    This patch addresses this issue by using to_sym instead of
    symbolize.
    omcnet committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    5978997 View commit details
    Browse the repository at this point in the history