I am trying to use Parsley for Rails 4 with Form Tag Helpers.
As said in the documentation
"Options" provide a way for custom attributes; However, Parsley uses the notation "data-parsley". Rails cannot interpret the "-" and application brings out an error.
Is there a workaround?
Thanks,