Skip to content

Instantly share code, notes, and snippets.

@timuruski
Created January 24, 2014 21:32
Show Gist options
  • Select an option

  • Save timuruski/8606944 to your computer and use it in GitHub Desktop.

Select an option

Save timuruski/8606944 to your computer and use it in GitHub Desktop.
class Address
include ActiveResource::Attributes
string :street_address, :street_address_2, :street_address_3, :leave_location,
:city, :province_state, :country, :name, :phone_number, :special_instructions,
:postal_zipcode, :leave_location, :company, :special_instructions, :attention_name
boolean :is_residential, :addressable
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment