DB/ActiveRecord optimization of BLOBs

If I have a DB table that has a BLOB field, will ActiveRecord lazy-load
that
blob field? If not, is there a way to lazy-load it manually?