Is there a way to use active record with database view for reading data,
and update table when saving.
The closest thing I found in documentation is :include directive in find.
Is there some other way to populate object with data which are not
stored in base table.
Thanks,
Igor.