mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fixing a deprecation warning
This commit is contained in:
parent
ecfc7d752a
commit
af12ec2b01
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
<% ActiveSupport::Deprecation.warn "Rendering partials devise/_links.erb is deprecated" \
|
||||
"please use devise/shared/_links.erb instead." %>
|
||||
<%= render "shared/links" %>
|
||||
<% end %>
|
||||
"please use devise/shared/_links.erb instead."%>
|
||||
<%= render "shared/links" %>
|
||||
|
|
Loading…
Reference in a new issue