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
3b73cfc7
Commit
3b73cfc7
authored
5 years ago
by
rhiroshi
Committed by
Andrew W. Lee
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defaults annotate models to true (#671)
Setting the default to annotate models as it is the main feature of the gem
parent
5074e32d
develop
…
v3.2.0
v3.1.1
v3.1.1-release
v3.1.0
v3.0.3
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
auto_annotate_models.rake
lib/generators/annotate/templates/auto_annotate_models.rake
+1
-1
No files found.
lib/generators/annotate/templates/auto_annotate_models.rake
View file @
3b73cfc7
...
@@ -9,7 +9,7 @@ if Rails.env.development?
...
@@ -9,7 +9,7 @@ if Rails.env.development?
Annotate
.
set_defaults
(
Annotate
.
set_defaults
(
'additional_file_patterns'
=>
[],
'additional_file_patterns'
=>
[],
'routes'
=>
'false'
,
'routes'
=>
'false'
,
'models'
=>
'
fals
e'
,
'models'
=>
'
tru
e'
,
'position_in_routes'
=>
'before'
,
'position_in_routes'
=>
'before'
,
'position_in_class'
=>
'before'
,
'position_in_class'
=>
'before'
,
'position_in_test'
=>
'before'
,
'position_in_test'
=>
'before'
,
...
...
This diff is collapsed.
Click to expand it.
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