-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
issue with country select #3279
Copy link
Copy link
Closed
Description
Hi,
I'm using the gem:
gem 'activeadmin', github: 'gregbell/active_admin'
and i'm trying to use the country select using the country_select gem. I have created the form:
= semantic_form_for [:admin, @team] do |f|
= f.inputs do
= f.input :name
= f.input :country, as: :country, priority_countries: ["IL", "ES", "GB", "FR"]
= f.actions :commitbut I keep getting this error: wrong number of arguments (4 for 1..3) no matter what I do.
Any suggestions?
Thanks,
Roy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels