config/routes.rb in rails_imager-0.0.27 vs config/routes.rb in rails_imager-0.0.28

- old
+ new

@@ -1,3 +1,3 @@ RailsImager::Engine.routes.draw do - resources :images, :constraints => { :id => /.*/ }, :only => :show + resources :images, constraints: {id: /.*/}, only: :show end