We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a selections group, I would like a method for the first default item in a group. i.e.:
Selection.model_genre.children.where(:is_default => true).order(:position_value).first
->
Selection.model_genre.default
The text was updated successfully, but these errors were encountered:
Return first default item in a group nigelr#13
c4599e1
be5a3e4
Merge pull request #20 from 2rk/first-default-child
4b475c0
Return first default item in a group #13
No branches or pull requests
Given a selections group, I would like a method for the first default item in a group. i.e.:
Selection.model_genre.children.where(:is_default => true).order(:position_value).first
->
Selection.model_genre.default
The text was updated successfully, but these errors were encountered: