Skip to content

Commit

Permalink
Autocomplete users
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Nov 12, 2012
1 parent d9318c7 commit debbaac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
put :promote
put :reject
end

get :autocomplete_account_name, :on => :collection
end

Expand Down Expand Up @@ -140,6 +140,10 @@
put :change_password
post :redraw
end

collection do
match :auto_complete
end
end

namespace :admin do
Expand Down

0 comments on commit debbaac

Please sign in to comment.