Skip to content

atnan/bubble_association_validation_errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bubble Association Validation Errors
====================================

Merge the validation errors from associations with validates_associated defined.

Example
=======

class Blog < ActiveRecord::Base
  has_many :posts
  validates_associated :posts
end

Copyright (c) 2008 Nathan de Vries (http://www.atnan.com), released under the MIT license

About

Rails plugin for ensuring that validation errors on associations are made available to the parent record.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published