scout

Results 2 issues of scout

I get an error "Cannot union relation with includes" running my app (key gems: activeadmin + active_record_union). But the same code works without any errors running via console. App: ```...

No superclass, `on_breach` is called: ```ruby module Api module V2 class FetchThreedsParams include Interactor include Interactor::Contracts expects do required(:user).filled end on_breach do |breaches| puts '1'*30 end before do end def...