Sha256: cbe5f95fcecba0d87fbfecf0d7723edd6401b203f31998e93166a532cef3c706
Contents?: true
Size: 420 Bytes
Versions: 42
Compression:
Stored size: 420 Bytes
Contents
module Edgarj # Drawer is a 'presentor' and it is similar to decorator (like Draper), # but this simply connects model to view in order to have view-related # information for the model (or, to isolate view-related information # from the model), while decorator inherits both model and # view. module Drawer end end require 'edgarj/drawer/base' require 'edgarj/drawer/normal' require 'edgarj/drawer/popup'
Version data entries
42 entries across 42 versions & 1 rubygems