Skip to content

v0.0.3

Choose a tag to compare

@zachahn zachahn released this 25 Jan 03:52

Changed

  • Renamed form_generic_text and form_generic_select views to
    form_field_text and form_field_select, respectively
  • Renamed Super::Controls#dashboard to #actual

Added

  • Nested attributes form builder. It's now possible to build "sub-forms" for
    accepts_nested_attributes_for.
  • "Add new" button for has_many nested attributes