-
Notifications
You must be signed in to change notification settings - Fork 21
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 `delete' for 🆗Symbol #18
Comments
status_tag (record.can? ? 'yes' : 'no'), label: record.state |
@hiddenfile Thanks you for opening this issue and explain reproduce process. I appreciate to your work. Currently I don't use ActiveAdmin. If you could do, please open a pull request to fix this bug. |
@luilver Please check this bug and fix it, if you could 🙏 |
@yhirano55 already working on it ! |
@quietwar I can reproduce this issue with the information you provided. Could you please update your bundle and check if this still happen ? @yhirano55 I have bundled using active_admin_role_sample with Ruby 5.2.3, Rails 5.2.1, active_admin_role 0.2.1, activeadmin 2.0.0 (not alpha but release e80a629 from April 25, 2019) and it just worked fine. |
There was a similar problem, a small change in the code helped: From: To: P.S. |
Steps to reproduce
Hi I am gettin the above error all of a sudden. My app was working fine. I have included the permisions code. The rest of the app is working. I could never edit my permissions however.
thank you
ActiveAdmin version:2.0.0 alpha
ActiveAdminRole version:0.2.1
**Rails version 5.21
**Ruby version 2.5.3
The text was updated successfully, but these errors were encountered: