This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ActiveRecord | |
module AutosaveAssociation | |
# Structure is a nested hash containing symbol keys as a valid | |
# reflection names, use only hash values. If you use nil value and | |
# nested record class has own structure, that will be used instead. | |
# | |
# ==== Example | |
# | |
# class Foo |