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
Huỳnh Thiên Phước
venjob
Commits
5890e921
Commit
5890e921
authored
Aug 13, 2020
by
Huỳnh Thiên Phước
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Begin
parent
df25189d
Pipeline
#894
canceled with stages
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
app/controllers/users_controller.rb
+4
-0
app/views/users/register_begin.html.erb
+3
-0
config/routes.rb
+3
-0
No files found.
app/controllers/users_controller.rb
0 → 100644
View file @
5890e921
class
UsersController
<
ApplicationController
def
register_begin
end
end
app/views/users/register_begin.html.erb
0 → 100644
View file @
5890e921
<div
class=
"container"
>
</div>
config/routes.rb
View file @
5890e921
Rails
.
application
.
routes
.
draw
do
Rails
.
application
.
routes
.
draw
do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
match
'/register/1'
,
to:
'users#register_begin'
,
via:
'get'
resources
:users
resources
:jobs
resources
:jobs
resources
:top_pages
resources
:top_pages
resources
:industries
resources
:industries
...
...
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