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
The text was updated successfully, but these errors were encountered:
TangMonk
changed the title
add model to autoload_paths, rails_admin will throw Circular dependency error
STI model to autoload_paths, rails_admin will throw Circular dependency error
Apr 18, 2015
TangMonk
changed the title
STI model to autoload_paths, rails_admin will throw Circular dependency error
STI model WITH autoload_paths, rails_admin will throw Circular dependency error
Apr 18, 2015
TangMonk
changed the title
STI model WITH autoload_paths, rails_admin will throw Circular dependency error
STI model with autoload_paths, rails_admin will throw Circular dependency error
Apr 18, 2015
I have some STI model, and place theme in
modes/product
and add
config.autoload_paths += Dir[Rails.root.join('app', 'models', '**')]
toapplication.rb
then refresh admin page (http://localhost:3000/admin/product), will throw
The text was updated successfully, but these errors were encountered: