Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 288 Bytes

TODO.md

File metadata and controls

4 lines (3 loc) · 288 Bytes
  • validates :title, :presence => true with @model.title == "Little Green Car" and validate({}) the form is still valid (as we "have" a valid title). is that what we want?

  • document Form#to_hash and Form#to_nested_hash (e.g. with OpenStruct composition to make it a very simple form)