Module: Roar::Representer::InheritableArray

Included in:
Decorator, Roar::Representer
Defined in:
lib/roar/representer.rb

Overview

TODO: move to separate module DISCUSS: experimental. this will soon be moved to a separate gem

Defined Under Namespace

Modules: ConfigExtensions

Instance Method Summary collapse

Instance Method Details

#representable_attrsObject



8
9
10
# File 'lib/roar/representer.rb', line 8

def representable_attrs
  super.extend(ConfigExtensions)
end