Method: Que.create!
- Defined in:
- lib/que.rb
.create! ⇒ Object
Have to support create! and drop! in old migrations. They just created and dropped the bare table.
104 105 106 |
# File 'lib/que.rb', line 104 def create! migrate! :version => 1 end |