Sha256: e7101112e1524767a4687f8574e1f88297107e0cacfaa5971b3f669339bd53f4
Contents?: true
Size: 640 Bytes
Versions: 136
Compression:
Stored size: 640 Bytes
Contents
# The class +Obj+ should be overridden by the application (see example). # The SDK provides methods for {Obj} through it's abstract base class, {Scrivito::BasicObj}. # The Scrivito SDK provides this empty implementation for {Obj} # which will only be used in case the app does not define the class {Obj} itself. # @example # # in app/models/obj.rb # class Obj < Scrivito::BasicObj # # put your custom extensions that apply to every Obj here # end # # # in app/models/page.rb # class Page < Obj # # put custom extensions that only apply to Objs with class Page here # end # @api public class Obj < Scrivito::BasicObj end
Version data entries
136 entries across 136 versions & 1 rubygems