Skip to content

Instantly share code, notes, and snippets.

@HeroicEric
Created November 7, 2011 19:32
Show Gist options
  • Select an option

  • Save HeroicEric/1345902 to your computer and use it in GitHub Desktop.

Select an option

Save HeroicEric/1345902 to your computer and use it in GitHub Desktop.
def option_values
option_values = []
model.variants.each do |variant|
option_values << variant.option_values
end
option_values.flatten.uniq
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment