Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
3cfde372
Commit
3cfde372
authored
Mar 23, 2018
by
Shou Ya
Committed by
Cuong Tran
Mar 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Escape newline character in index expression (#545)
parent
3c90753a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
annotate_models.rb
lib/annotate/annotate_models.rb
+1
-1
No files found.
lib/annotate/annotate_models.rb
View file @
3cfde372
...
@@ -374,7 +374,7 @@ module AnnotateModels
...
@@ -374,7 +374,7 @@ module AnnotateModels
if
index
.
try
(
:orders
)
&&
index
.
orders
[
col
.
to_s
]
if
index
.
try
(
:orders
)
&&
index
.
orders
[
col
.
to_s
]
"
#{
col
}
#{
index
.
orders
[
col
.
to_s
].
upcase
}
"
"
#{
col
}
#{
index
.
orders
[
col
.
to_s
].
upcase
}
"
else
else
col
.
to_s
col
.
to_s
.
gsub
(
"
\r
"
,
'\r'
).
gsub
(
"
\n
"
,
'\n'
)
end
end
end
end
end
end
...
...
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