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