config/routes.rb in hide_and_seek-0.0.4 vs config/routes.rb in hide_and_seek-0.0.5
- old
+ new
@@ -1,3 +1,3 @@
HideAndSeek::Engine.routes.draw do
- resources :items, only: [:show, :update]
+ resources :items, only: [:show, :update], param: :item_name
end