Devise updated

This commit is contained in:
Christoph Haas 2016-03-01 17:35:36 +01:00
parent a9e0669657
commit 73e2a2e5c7
6 changed files with 35 additions and 3 deletions

View file

@ -20,6 +20,6 @@
<%- if devise_mapping.omniauthable? %>
<%- resource_class.omniauth_providers.each do |provider| %>
<%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) %><br />
<%= link_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider) %><br />
<% end -%>
<% end -%>