mirror of
https://github.com/amix/vimrc
synced 2024-12-12 13:12:32 +00:00
9 lines
125 B
Text
9 lines
125 B
Text
|
class ${1:`Snippet_MigrationNameFromFilename()`} < ActiveRecord::Migration
|
||
|
def self.up
|
||
|
${2}
|
||
|
end
|
||
|
|
||
|
def self.down
|
||
|
end
|
||
|
end
|