Module: Roar::Representer

Defined in:
lib/roar/representer.rb

Overview

generic features can be included here and will be available in all format-specific representers.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

def self.included(base)
  super
  base.send(:include, Representable)
end