Class: ExstaticCreateExstaticPages
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- ExstaticCreateExstaticPages
- Defined in:
- lib/generators/exstatic/templates/migration.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 10 |
# File 'lib/generators/exstatic/templates/migration.rb', line 2 def change create_table(:exstatic_pages) do |t| t.string :title t.text :content t.string :slug t. end end |