Skip to content

Commit

Permalink
routing += via post, get
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstradal committed Sep 5, 2017
1 parent 1fa6f69 commit a980efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html

match 'loginRemoteUser', :to => 'account_remote_user#login_remote_user', :as => 'signinRemoteUser'
match 'loginRemoteUser', :to => 'account_remote_user#login_remote_user', :as => 'signinRemoteUser', via: [:get, :post]

0 comments on commit a980efc

Please sign in to comment.