Skip to content

Instantly share code, notes, and snippets.

@0xjmp
Created March 14, 2014 17:50
Show Gist options
  • Select an option

  • Save 0xjmp/9553028 to your computer and use it in GitHub Desktop.

Select an option

Save 0xjmp/9553028 to your computer and use it in GitHub Desktop.
unless address.state_id do
state = Spree::State.where(abbr: address.state_name).first
address.state_id = state.id if state
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment