carmen-ruby / carmen-rails

NOT ACTIVELY MAINTAINED Rails adapter for Carmen (provides country_select and subregion_select)
MIT License
215 stars 159 forks source link

Rails 4.1 Error: wrong number of arguments (3 for 0) #40

Closed waynehoover closed 10 years ago

waynehoover commented 10 years ago

Here is my code:

= f.country_select :country_code, {priority: %w(US CA), prompt: 'Please select a country'}

This is happening in rails 4.1 any ideas?

waynehoover commented 10 years ago

Never mind this is fixed by using the master branch. I suppose the master branch should be pushed to rubygems with a version bump seeing that rails 4 is nearly a year old and 4.1 is almost out.