Skip to content

Instantly share code, notes, and snippets.

@mikekreeki
Created January 17, 2015 00:46
Show Gist options
  • Save mikekreeki/3a202946b7ebacfff8ee to your computer and use it in GitHub Desktop.
Save mikekreeki/3a202946b7ebacfff8ee to your computer and use it in GitHub Desktop.
class Client
belongs_to :country, counter_cache: true
def country_code=(country_code)
self.country = Country.by_code country_code
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment