Search code examples
ruby-on-railssimple-formnested-form-for

undefined method `simple_nested_form_for'


Why am I getting this error when trying to use the nested_form Rails plugin?


Solution

  • Add the gem from the github directly, because the gem on rubygems is old:

    gem "nested_form", :git => 'git://github.com/ryanb/nested_form.git'