Skip to content

Instantly share code, notes, and snippets.

@dawidlenkiewicz
Created September 16, 2014 09:35
Show Gist options
  • Save dawidlenkiewicz/dda0d483ff227393a13a to your computer and use it in GitHub Desktop.
Save dawidlenkiewicz/dda0d483ff227393a13a to your computer and use it in GitHub Desktop.
delegate
base.delegate :province_name, to: 'address.zip_code', allow_nil: true
delegate :name, to: :province, prefix: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment