Sha256: 4c68fe45fca00b33f6b0f9ad1ba4941feee037c3c774fba713f3fbfd190dfe3f

Contents?: true

Size: 216 Bytes

Versions: 7

Compression:

Stored size: 216 Bytes

Contents

require 'representable'

module Roar
  module Representer
    def self.included(base)
      base.class_eval do
        include Representable
      end
    end

  private
    def before_serialize(*)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
roar-0.11.11 lib/roar/representer.rb
roar-0.11.10 lib/roar/representer.rb
roar-0.11.9 lib/roar/representer.rb
roar-0.11.8 lib/roar/representer.rb
roar-0.11.7 lib/roar/representer.rb
roar-0.11.6 lib/roar/representer.rb
roar-0.11.5 lib/roar/representer.rb