Readonly attributes

In Firebird database one can declare computed columns. These columns
are readonly in the database. How do I stop activerecord to include
these columns in insert statements. I know about attr_readonly for
updates.