This video starts with how to push/pull git commits
New:
- Device does not generate the routes
- Resources with only, the array is not necessary when we have only one ->
resources :users, only: [:show]
same thatresources :users, only: :show
This video starts with how to push/pull git commits
New:
resources :users, only: [:show]
same that resources :users, only: :show
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)