rails_generators/terraformation/templates/paths.rb in terraformation-0.1.2 vs rails_generators/terraformation/templates/paths.rb in terraformation-0.1.3

- old
+ new

@@ -15,9 +15,6 @@ raise "Can't find mapping from \"#{page_name}\" to a path." end end end -World do |world| - world.extend NavigationHelpers - world -end +World(NavigationHelpers)