handle onboarding and chip selection for Og

This commit is contained in:
Bilal
2020-09-18 19:13:04 +03:00
committed by Senad Uka
parent a9730dd69a
commit 8f75572b47
6 changed files with 79 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
Rails.application.routes.draw do
constraints format: :json do
scope :api do
resource :og, only: [:show, :update]
resources :money_moves
resources :work
resources :chips, only: %i[index create destroy]