Skip to content

Instantly share code, notes, and snippets.

@rodolfoasantos
Created October 28, 2014 19:13
Show Gist options
  • Save rodolfoasantos/e91a739d2d1064e2ca4d to your computer and use it in GitHub Desktop.
Save rodolfoasantos/e91a739d2d1064e2ca4d to your computer and use it in GitHub Desktop.
def available_options_for(item)
validate_available_options(item.product).tap do |options|
options << item.option unless options.include?(item.option)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment