mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 05:29:46 +08:00
fixes travis ci mistake
This commit is contained in:
parent
e64aee5db0
commit
4acc8f5719
1 changed files with 4 additions and 4 deletions
|
@ -570,10 +570,10 @@ Rails.application.routes.draw do
|
|||
as: :connections
|
||||
end
|
||||
end
|
||||
resources :users, only: %i(show) do
|
||||
resources :user_identities,
|
||||
only: %i(index create show update destroy)
|
||||
end
|
||||
end
|
||||
resources :users, only: %i(show) do
|
||||
resources :user_identities,
|
||||
only: %i(index create show update destroy)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue