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 string values in AR finders #5

Merged
merged 1 commit into from
Apr 4, 2013

Commits on Apr 4, 2013

  1. Use string values in AR finders

    This is required to use flip in a project that also uses the squeel gem.
    When you pass a symbol to a finder method in squeel, it assumes you mean
    to reference a column rather than converting the symbol to a string to
    be used as the value.
    ryanhouston committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    9242efc View commit details
    Browse the repository at this point in the history