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
Woops, just hit this. Luckily the workaround is fairly easy for now. Just need to add
module Admin
class ApplicationController < Administrate::ApplicationController
def index_resources
Administrate::Search.new(index_scoped_resource, dashboard, search_term).run
end
end
end
in order to be compatible with Administrate v0.17 i overwrote
index_resources
it changed how
as seen here https://github.com/thoughtbot/administrate/compare/v0.16.0...v0.17.0?diff=unified
they changed what the search class expects
thoughtbot/administrate@fd83fbb
The text was updated successfully, but these errors were encountered: