mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Vehicle view (#1117)
This commit is contained in:
parent
e856691c86
commit
359bceb58e
15 changed files with 259 additions and 8 deletions
|
@ -90,6 +90,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resources :properties, only: %i[ create update ]
|
||||
resources :vehicles, only: %i[ create update ]
|
||||
|
||||
resources :transactions, only: %i[ index new create ] do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue