Commit 9f3e2b73 by Cuong Tran Committed by GitHub

Remove "private" since it's not valid in context (#471)

parent ce88215b
...@@ -76,8 +76,6 @@ module AnnotateRoutes ...@@ -76,8 +76,6 @@ module AnnotateRoutes
end end
end end
private
def self.app_routes_map(options) def self.app_routes_map(options)
routes_map = `rake routes`.split(/\n/, -1) routes_map = `rake routes`.split(/\n/, -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment