Administrate v0.0.7 Release Notes

Release Date: 2015-08-24 // over 8 years ago
    • [CHANGE] use field classes for attribute_types instead of symbols. The new interface adds the .with_options class method, which allows developers to specify options that will be applied when the field object is initialized.
    • ๐Ÿ‘ [FEATURE] Support has_one relationships
    • ๐Ÿ‘ [FEATURE] Support has_many :through associations with a custom source option.
    • ๐Ÿ‘ [FEATURE] Support has_many associations with a custom class_name option.