7 lines
103 B
Ruby
7 lines
103 B
Ruby
class CreatePhonesForContacts < ActiveRecord::Migration
|
|
def self.up
|
|
end
|
|
|
|
def self.down
|
|
end
|
|
end
|