Sha256: 963b6ddbb57cf9a03d01b9e6ef2c3037e65acfd9c4cef4e7419da8ddbc84d050
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
class CreateHelperSnippets < ActiveRecord::Migration def self.up create_table :helper_snippets do |t| t.string :slug t.text :body t.timestamps end end def self.down drop_table :helper_snippets end end
Version data entries
2 entries across 2 versions & 1 rubygems