Vorpal now supports Ruby models that are backed by DB views out of the box!
Previous versions require the following code to support view-backed models: engine.mapper_for(DomainClass).db_class.primary_key = 'id'
This is especially helpful for doing ZDT-safe database refactorings.