Is is possible to pass options to a find_or_create method? I'd like to include a couple associations it the record is there.
I though something like this would work but it's not including them.
Event.find_or_create_by_asset_id(asset_id, :include => [:tags, :address])