Class: CreateStubs
- Inherits:
-
Object
- Object
- CreateStubs
- Defined in:
- lib/db/migrate/20160913134610_create_stubs.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 |
# File 'lib/db/migrate/20160913134610_create_stubs.rb', line 2 def change create_table :stubs do |t| t.belongs_to :item t.belongs_to :tag end end |