Method: WorldDb.create_all
- Defined in:
- lib/worlddb/models.rb
.create_all ⇒ Object
92 93 94 95 96 97 |
# File 'lib/worlddb/models.rb', line 92 def self.create_all LogDb.create # add logs table ConfDb.create # add props table TagDb.create # add tags, taggings table WorldDb.create end |