fixed country depricated

This commit is contained in:
Priit Tark 2015-05-08 14:35:09 +03:00
parent 08cb700069
commit 66c9e5d66b
4 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,5 @@
class Address < ActiveRecord::Base
include Versions # version/address_version.rb
belongs_to :country_deprecated, foreign_key: :country_id
LOCAL_TYPE_SHORT = 'loc'
INTERNATIONAL_TYPE_SHORT = 'int'