class Rohbau::Index::DefaultMapper

Public Class Methods

call(entity) click to toggle source
# File lib/rohbau/index.rb, line 208
def self.call(entity)
  Marshal.load(Marshal.dump entity)
end