views:

55

answers:

1

<%= f.label :name, 'Name' %> is causing the following error.

undefined method `extract_label_options!' for #

A: 

check your form_for, or paste your whole form here.

allenwei