1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Deprecation warning

This commit is contained in:
Rodrigo Flores 2012-03-03 11:12:30 -03:00
parent 9bf718dd82
commit f04d883ac1

View 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 %>