-
Notifications
You must be signed in to change notification settings - Fork 71
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
Deprecated options in has_many #43
Comments
me too. any fix or workaround? |
i've create my own fork that address Rails 4 deprecations.
|
great! thanks! |
@blotto, thank you for your fork :) |
hey @ghigt , that branch is a scratchpad, not worth merging any time soon :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following warning in my application:
DEPRECATION WARNING: The following options in your User.has_many :pending_invited declaration are deprecated: :conditions. Please use a scope block instead. For example, the following:
The text was updated successfully, but these errors were encountered: