Skip to content
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 `quoted_table_name' #4561

Closed
mkradha opened this issue Aug 5, 2016 · 3 comments
Closed

undefined method `quoted_table_name' #4561

mkradha opened this issue Aug 5, 2016 · 3 comments

Comments

@mkradha
Copy link

mkradha commented Aug 5, 2016

I am getting "undefined method `quoted_table_name'" when i access activeadmin admin modules.

Gemfile:
gem 'activeadmin', github: 'activeadmin'

ActiveAdmin admin module:

ActiveAdmin.register SiteConfig, as: "Site Configs", sort_order: :updated_at_desc do
end

I am using rails 4.2.7, ruby 2.3.1p112, Activeadmin with mongodb.

Can someone help me on this issue?

@timoschilling
Copy link
Member

ActiveAdmin do not support Mongodb/Mongoid!

There are some ways to get it work. Search the issues/pullrequests and Stackoverflow.

@mkradha
Copy link
Author

mkradha commented Aug 8, 2016

thanks.
I was using "https://github.com/elia/activeadmin-mongoid" before and now its no longer maintained, but there is a note which says "Official support has started, subscribe to #2714 for updates!"

@timoschilling
Copy link
Member

Thats true, but #2714 is still open and the related PR issn't merged, you can try to use the PR branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants