Commit eb055830 by thanhnd

fix conflict 20200312

parents 8b4e9b3b c94c18ed
...@@ -6,5 +6,8 @@ Rails.application.routes.draw do ...@@ -6,5 +6,8 @@ Rails.application.routes.draw do
root 'top_page#index' root 'top_page#index'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
resources :top_page resources :top_page
<<<<<<< HEAD
resources :jobs, :only => [:show, :index] resources :jobs, :only => [:show, :index]
=======
>>>>>>> master
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment