public Method

FormBuilder.error_messages(options = {})

There's no documentation for this item.

Source Code

# File action_view/helpers/form_helper.rb, line 696
def error_messages(options = {})
  @template.error_messages_for(@object_name, objectify_options(options))
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.