Skip to content

Commit

Permalink
Rename route features_all to features_update_all
Browse files Browse the repository at this point in the history
  • Loading branch information
DataDaoDe committed Dec 31, 2013
1 parent f768ace commit e7abf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -8,6 +8,6 @@
else
Arturo::Engine.routes.draw do
resources :features, :controller => 'arturo/features'
put 'features', :to => 'arturo/features#update_all', :as => 'features_all'
put 'features', :to => 'arturo/features#update_all', :as => 'features_update_all'
end
end

0 comments on commit e7abf53

Please sign in to comment.