Another Rails Plugin: LabeledFormWithErrors
Monday, March 31st, 2008Today I released my second plugin for Rails.
It’s pretty simple. It’s a set of 4 helper methods, based on the form builder that comes with Rails 2.0+ that provides you a sane way to present the error messages from your Model validations on form labels. That’s enough tell, on with the show!
app/models/person.rb
class Person < […]