DEPRECATION WARNING: f.error_messages was removed from Rails and is now available as a plugin. Please install it with rails plugin install git://
...
Seems a bit extreme to use a plugin for error messages like this. Am I not using the right standard names or something?
The code (HAML) is:
- simple_form_for(@link) do |f|
= f.error_messages