We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed327d5 + 1b42277 commit d7cb702Copy full SHA for d7cb702
bin/annotate
@@ -63,7 +63,7 @@ OptionParser.new do |opts|
63
64
opts.on('--pr', '--position-in-routes [before|after]', ['before', 'after'],
65
"Place the annotations at the top (before) or the bottom (after) of the routes.rb file") do |p|
66
- ENV['position_in_test'] = p
+ ENV['position_in_routes'] = p
67
has_set_position['position_in_routes'] = true
68
end
69
0 commit comments