Sha256: f2c5949bf1b4551d9efc777a35f7cdb3164649a4c86bc5f21f49b0e43b6ebc77
Contents?: true
Size: 432 Bytes
Versions: 136
Compression:
Stored size: 432 Bytes
Contents
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
Version data entries
136 entries across 136 versions & 1 rubygems