Homies and money moves
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user