Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VeNJOB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ngoc Nghia
VeNJOB
Commits
650fe20d
Commit
650fe20d
authored
Dec 05, 2019
by
nnnghia98
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit routes.rb
parent
e2e10771
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config/routes.rb
+4
-4
No files found.
config/routes.rb
View file @
650fe20d
Rails
.
application
.
routes
.
draw
do
Rails
.
application
.
routes
.
draw
do
resources
:companies
resources
:companies
,
only: :index
resources
:industries
resources
:industries
,
only: :index
resources
:cities
resources
:cities
,
only: :index
resources
:jobs
resources
:jobs
,
only: :index
devise_for
:users
devise_for
:users
root
"static_pages#index"
root
"static_pages#index"
get
"static_pages/index"
get
"static_pages/index"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment