Skip to content

Commit

Permalink
feat(users): add routing to user crud
Browse files Browse the repository at this point in the history
  • Loading branch information
castrolem committed Aug 15, 2019
1 parent 76f82a4 commit 15e0de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

Rails.application.routes.draw do
resources :users, only: %i[show new edit update create destroy]
root 'static_pages#home'
end

0 comments on commit 15e0de1

Please sign in to comment.