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
I'm trying to use your Formtastic integration as per the readme but I'm getting an error when I edit a user record with a blank field for the current_status.
ArgumentError in Users#edit
interning empty string
= f.input :current_status, :as => :enum
The text was updated successfully, but these errors were encountered:
I'm trying to use your Formtastic integration as per the readme but I'm getting an error when I edit a user record with a blank field for the current_status.
ArgumentError in Users#edit
interning empty string
= f.input :current_status, :as => :enum
The text was updated successfully, but these errors were encountered: