module Scrivito class DefaultCmsController def self.inherited(other_class) raise %{ The controller class `Scrivito::DefaultCmsController' has been removed. A Scrivito Cms Controllers should no longer inherit from `Scrivito::DefaultCmsController'. Instead it should include the module `Scrivito::ControllerActions' and inherit from the `ApplicationController' of your application. } end end end