Class: Grails::DB
- Inherits:
-
Thor
- Object
- Thor
- Grails::DB
- Defined in:
- lib/commands.rb
Instance Method Summary collapse
Instance Method Details
#migrate ⇒ Object
63 64 65 |
# File 'lib/commands.rb', line 63 def migrate DBConnection.migrate end |
#reset ⇒ Object
53 54 55 |
# File 'lib/commands.rb', line 53 def reset DBConnection.reset end |
#seed ⇒ Object
58 59 60 |
# File 'lib/commands.rb', line 58 def seed DBConnection.seed end |