Class: FastTrack::Mysql
Instance Attribute Summary
Attributes inherited from Track
Instance Method Summary collapse
-
#invoke ⇒ Object
TODO: Add config/database.yml to include mysql2.
Methods inherited from Track
before_migrate, before_migrate_block, #create_file, #g, #gem, #gem_group, gemfile, gemfile_block, #generate, #initialize, #rake, #read_file, #route, #run
Methods included from TrackMethods
#bundle_install, #config, #db_migrate!, #migration, #model
Constructor Details
This class inherits a constructor from FastTrack::Track
Instance Method Details
#invoke ⇒ Object
TODO: Add config/database.yml to include mysql2
8 9 10 |
# File 'lib/tracks/mysql.rb', line 8 def invoke rake "db:create:all" end |