config/routes.rb in next_rails_scaffold-0.1.9 vs config/routes.rb in next_rails_scaffold-0.1.10

- old
+ new

@@ -9,8 +9,8 @@ next unless path.match?(parameter_regex) route = path[%r{#{Regexp.escape(static_files_path)}(.*)/index.html}, 1] route = route.gsub(parameter_regex, ':\1') - get route, to: "next_rails/static_pages#index", file_path: path + get route, to: "next_rails_scaffold/static_pages#index", file_path: path end end