config/routes.rb in rapporteur-2.1.0 vs config/routes.rb in rapporteur-3.0.0
- old
+ new
@@ -1,3 +1,3 @@
Rails.application.routes.draw do
- get 'status.json', to: 'statuses#show', defaults: {format: 'json'}, as: :status
+ get 'status.json', :to => 'statuses#show', :defaults => {:format => 'json'}, :as => :status
end