lib/abstract_controller/railties/routes_helpers.rb in actionpack-5.1.7 vs lib/abstract_controller/railties/routes_helpers.rb in actionpack-5.2.0.beta1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module AbstractController
module Railties
module RoutesHelpers
def self.with(routes, include_path_helpers = true)
Module.new do