config/routes.rb in china_regions-0.4.3 vs config/routes.rb in china_regions-0.4.4
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
Rails.application.routes.draw do
match '/china_regions/fetch_options' => ChinaRegions::FetchOptionsController.action(:index), via: [:get]