config/routes.rb in addresses-1.0.11 vs config/routes.rb in addresses-2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
Addresses::Engine.routes.draw do
resources :cities, only: [:index, :show]
resources :neighborhoods, only: [:index]
resources :states, only: [:index]