mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 13:51:41 +02:00
Refactored contact with ability
This commit is contained in:
parent
62f8061e10
commit
96d1c60dd8
33 changed files with 763 additions and 1045 deletions
5
db/migrate/20150212125339_add_state_to_address.rb
Normal file
5
db/migrate/20150212125339_add_state_to_address.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddStateToAddress < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :addresses, :state, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue