class Mapping::Model

def method_for_mapping(object)

Get the name of the method for mapping the given object.
def method_for_mapping(object)
	self.class.method_for_mapping(object.class)
end