ruby - Rails nested form Validations -


i have 2 models: owner , product. i'm creating form product , nested form in rails belongs_to association model(owner). i'm using client_side_validations gem display validation errors. validations errors of product class displayed not of owner. wasn't problem until active record validations displayed. validations work.
how web page display owner side validation errors?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -