Class: CreateAllAdjectiveTables
- Inherits:
-
Object
- Object
- CreateAllAdjectiveTables
- Defined in:
- lib/templates/all_tables.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/templates/all_tables.rb', line 2 def change create_table :actors do |t| t.string :name t. end end |