spec/spec_helper.rb in phony_rails-0.1.5 vs spec/spec_helper.rb in phony_rails-0.1.6
- old
+ new
@@ -12,9 +12,10 @@
ActiveRecord::Schema.define do
create_table :homes do |table|
table.column :phone_attribute, :string
table.column :phone_number, :string
+ table.column :phone_number_as_normalized, :string
end
end
class Home < ActiveRecord::Base
attr_accessor :phone_method, :phone1_method, :country_code
\ No newline at end of file