标签: ruby-on-rails rest routes omniauth
目前我为OmniAuth设置了config / routes.rb,如下所示:
match "/auth/:provider/callback" => "sessions#callback" match "/logout" => "sessions#destroy", :as => :logout
有没有办法使用更多RESTful方式为OmniAuth设置routes.rb,比如使用资源或device_for?