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

Save join data with has_many :through. #7658

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2012

  1. Save join data with has_many :through.

    Fixes rails#5057.
    
    If you have :conditions on a has_many :through, it does not
    save the data. This patch fixes that by generating the
    correct SQL.
    steveklabnik committed Sep 16, 2012
    Copy the full SHA
    8f026e1 View commit details
    Browse the repository at this point in the history