Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Form objects

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Form objects

Avatar for Roman Dubrovsky

Roman Dubrovsky

June 16, 2016
Tweet

More Decks by Roman Dubrovsky

Other Decks in Programming

Transcript

  1. Form objects can: • Mapping attributes from models to form

    • Define validations for form • Simple render form’s attributes
  2. Summary • Form objects can mapping attributes from models to

    form • Form objects defining validations for form • Simple render form’s attributes with form objects • No validations in model
  3. Pros • New abstraction • Clean models • No more

    conditional validations • No more conditional params permissions