Method: ExstaticCreateExstaticPages#change
- Defined in:
- lib/generators/exstatic/templates/migration.rb
#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 |