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
1
Merge Requests
1
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
Tô Ngọc Ánh
VeNJob
Commits
5441a47c
Commit
5441a47c
authored
Aug 26, 2020
by
Tô Ngọc Ánh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
order applied job
parent
163f2be9
Pipeline
#1019
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/controllers/applied_jobs_controller.rb
+1
-1
No files found.
app/controllers/applied_jobs_controller.rb
View file @
5441a47c
...
...
@@ -2,7 +2,7 @@ class AppliedJobsController < ApplicationController
before_action
:authenticate_user!
def
index
@applied_jobs
=
Job
.
applied_jobs_of
(
current_user
.
id
).
includes
(
:locations
).
order
(
created_at: :a
sc
).
page
(
params
[
:page
])
@applied_jobs
=
Job
.
applied_jobs_of
(
current_user
.
id
).
includes
(
:locations
).
order
(
applied_at: :de
sc
).
page
(
params
[
:page
])
end
def
new
...
...
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