config/routes.rb in token_action-0.0.1 vs config/routes.rb in token_action-0.0.2
- old
+ new
@@ -1,3 +1,3 @@
TokenAction::Engine.routes.draw do
- get 'tokens/:token/*path', :to => 'tokens#redeem'
+ get 'tokens/:token/*path', to: 'tokens#redeem'
end