Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages