Module: Edgarj::Drawer

Defined in:
app/helpers/edgarj/drawer.rb,
app/helpers/edgarj/drawer/base.rb,
app/helpers/edgarj/drawer/popup.rb,
app/helpers/edgarj/drawer/normal.rb

Overview

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.

Defined Under Namespace

Modules: ColumnInfo Classes: Base, Normal, Popup