Skip to content

boof/sequel_notnaughty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby-Sequels adapter to NotNaughty - The Validation Framework

Validate all your Ruby Sequel models with NotNaughty:

class Sequel::Model
  is :notnaughty
end

Validate just specific models:

class Item < Sequel::Model
  is :notnaughty

  validates_uniqueness_of :name, :in => category
end

For more examples see NotNaughty documentation.

About

Ruby Sequel adapter for NotNaughty

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages