active_record_union icon indicating copy to clipboard operation
active_record_union copied to clipboard

Support for sinatra-activerecord

Open pplant opened this issue 9 years ago • 1 comments

Is there a way to use this extension also within sinatra-activerecord?

pplant avatar Oct 03 '16 07:10 pplant

I'm not familiar with sinatra-activerecord, but it might work if the Sinatra version is just regular ActiveRecord.

The ActiveRecord::Relation::Union module in this gem just needs to be mixed into ActiveRecord::Relation.

brianhempel avatar Oct 03 '16 14:10 brianhempel