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