On Oct 28, 2008, at 8:18 AM, Ashley Moran wrote: > I know what error_messages_for does, but the docs[1] say it has an > option, :before[2], that presumably can be used like this: > > <%= error_messages_for @obj_that_has_errors, :before => false %>
Those docs lie, apparently. Look in merb-helpers/lib/merb-helpers/form/builder.rb around line 366, and you'll see the code. It never touches the `before' arg. What did you expect it to do if before == false? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
