You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use your helpers on Spree. Finding that it works great on some forms, but on following login form, it fails with the above error. The form works fine if I use form_for_without_foundation.
- had to use ‘form_for_without_foundation’ in the form_for
- otherwise get ‘undefined method `human_attribute_name' for NilClass:Class’
- is it same as issue ( sgruhier/foundation_rails_helper#33 )?
Trying to use your helpers on Spree. Finding that it works great on some forms, but on following login form, it fails with the above error. The form works fine if I use form_for_without_foundation.
The text was updated successfully, but these errors were encountered: