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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -