Homies and money moves

This commit is contained in:
Senad Uka
2019-06-20 22:47:39 +02:00
parent 48300b722c
commit 877f0425d0
17 changed files with 150 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ default: &default
development:
<<: *default
username: "docker",
password: "docker",
host: localhost,
port: 5431,
username: "docker"
password: "docker"
host: localhost
port: 5432
database: roraccounting_development
# The specified database role being used to connect to postgres.

View File

@@ -1,3 +1,5 @@
Rails.application.routes.draw do
resources :money_moves
resources :homies
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end