8 lines
102 B
Ruby
8 lines
102 B
Ruby
|
class CreateProjectingSoftapplications < ActiveRecord::Migration
|
||
|
def up
|
||
|
end
|
||
|
|
||
|
def down
|
||
|
end
|
||
|
end
|