Rails 5 fixes ambiguous column issue for projected fields in group by query
We now don’t have to provide a table name in quoted string for fetching fields which are present in join table as well when used with group by clause.
Check out how Here
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
We now don’t have to provide a table name in quoted string for fetching fields which are present in join table as well when used with group by clause.
Check out how Here
Post a comment