Skip to content

Commit d537908

Browse files
committed
Merge branch 'feature/refactor_annotate_routes/freeze_constant' into private/develop
* feature/refactor_annotate_routes/freeze_constant: Freeze constant AnnotateRoutes::HEADER_ROW
2 parents 39ec88d + 7f1b57b commit d537908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/annotate/annotate_routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
module AnnotateRoutes
2323
PREFIX = '== Route Map'.freeze
2424
PREFIX_MD = '## Route Map'.freeze
25-
HEADER_ROW = ['Prefix', 'Verb', 'URI Pattern', 'Controller#Action']
25+
HEADER_ROW = ['Prefix', 'Verb', 'URI Pattern', 'Controller#Action'].freeze
2626

2727
class << self
2828
def do_annotations(options = {})

0 commit comments

Comments
 (0)