-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form builder not working #22
Comments
I solved this manually as follows
|
Hm, what Rails version are you using? |
Rails 7.0
…On Wed, Jun 22, 2022, 11:44 Kenn Ejima ***@***.***> wrote:
Hm, what Rails version are you using?
—
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFOFXKEB5CW5ZNEEO4BGN3VQKVLZANCNFSM5ZKXWIQA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I am using rails 6.1 and was also running into the same problem. After reading the docs on the
So I tried using a Proc in place of the
|
Another option I found is you can represent each pair as an array and use the
|
PR for fix welcomed! |
The code to generate the form is not working
= f.collection_check_boxes :languages, Profile.languages.pairs
wrong number of arguments (given 2, expected 4..6)
Would there be a way to resolve this ? Thanks
The text was updated successfully, but these errors were encountered: