module Roar::Representer

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

Public Class Methods

included(base) click to toggle source
Calls superclass method
# File lib/roar/representer.rb, line 6
def self.included(base)
  super
  base.send(:include, Representable)
end