address saving almost works

This commit is contained in:
Senad Uka
2015-02-26 06:48:34 +01:00
parent 6e327c758f
commit 1ca7d4509a
10 changed files with 618 additions and 571 deletions

View File

@@ -0,0 +1,4 @@
class DeliveryDestination < ActiveRecord::Base
has_one :cart
belongs_to :user
end