Class: Deployments::App::Server

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/deployments-app/server.rb

Class Method Summary collapse

Class Method Details

.development_db_pathObject



10
11
12
# File 'lib/deployments-app/server.rb', line 10

def self.development_db_path
  "mysql://root@localhost/deployments-app-development"
end