Class: Deployments::App::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Deployments::App::Server
- Defined in:
- lib/deployments-app/server.rb
Class Method Summary collapse
Class Method Details
.development_db_path ⇒ Object
10 11 12 |
# File 'lib/deployments-app/server.rb', line 10 def self.development_db_path "mysql://root@localhost/deployments-app-development" end |