You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the quick reply. So I have a setup something like this:
class Content < ActiveRecord::Base
end
class Article < Content
end
If I try and call the base class that inherits from ActiveRecord (for example www.mydomain.com/admin/m/Content), I get a "stack level too deep" error from actionpack.
However, if I call one of the inherited classes (for example www.mydomain.com/admin/m/Article), I get an error "Invalid argument: AdminArticle" from the initialize method in lib/upmin/query.rb.
Not sure if that helps or not. This is my first time using upmin so I am still learning the codebase, but if I am able to figure out the root cause and/or come up with a patch Ill be sure to add on to this thread.
Thanks again, really neat solution you put together.
No description provided.
The text was updated successfully, but these errors were encountered: