5 lines
79 B
Ruby
5 lines
79 B
Ruby
|
|
class AddTextToMiniblogs < ActiveRecord::Migration[8.1]
|
||
|
|
def change
|
||
|
|
end
|
||
|
|
end
|