Method: Cybele::Helpers::General#create_database
- Defined in:
- lib/cybele/helpers/general.rb
#create_database ⇒ Object
47 48 49 |
# File 'lib/cybele/helpers/general.rb', line 47 def create_database bundle_command 'exec rake db:create db:migrate' end |