-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
undefined method `constantize' for #<ActiveModel::Name #484
Comments
Thanks for reporting. Seems to be related to fatfreecrm/ransack_ui#7 as you noted. What steps did you take to reproduce on FFCRM? |
Fresh install of FFCRM, created a personal list, saved it... and BOOM! It seems to do the save, because the list entry shows up, but clicking on it any time will hit the error. |
Is there any update on this? Or a workaround I could do for now? I dug in to ransack_ui but did not see any obvious place where #constantize was being called on the wrong thing. |
@rchady I can't reproduce this error from the current master branch. Here are my steps: Is this the right steps to reproduce the error? |
@rchady can you confirm if the issue persists on latest master? Otherwise we'll close it. |
Please reopen if issue persists. |
Trying to create a search and I'm getting the error:
This seems to come out of the ransack_ui gem as far as I can tell.
The text was updated successfully, but these errors were encountered: