module Reflections::ActiveRecordExtension

Public Instance Methods

map_associations_to(ar_obj, options={}, &block) click to toggle source
# File lib/reflections/active_record_extension.rb, line 8
def map_associations_to(ar_obj, options={}, &block)
  Remapper.new(self, ar_obj).remap(options, &block)
end