-
Notifications
You must be signed in to change notification settings - Fork 160
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
carmen rails #35
Comments
I had to alter this block a bit by adding a conditional to handle nil parent_regions
This worked for me but I'm not sure if this is the best workaround so I'm open to corrections by anyone more knowledgeable on this specific issue. |
What worked for me was to create the country_code and state_code migration with :default => "" as Carmen::Country.coded will handle being passed a "" but not a nil. |
Oh, that's excellent! |
@mmastoras Thanks! That worked for me too. I hope rails 4 support comes soon! |
hi i got this error NoMethodError at /signup
undefined method `downcase' for nil:NilClass
The text was updated successfully, but these errors were encountered: