Closed charredUtensil closed 11 years ago
ActiveAdmin.register AdminUser, :as => "User" do active_admin_importable ... end
The csv upload will attempt to use the User model (which does not exist) instead of the AdminUser model.
This is now fixed. Now uses the resource_class method which handles :as correctly.
The csv upload will attempt to use the User model (which does not exist) instead of the AdminUser model.