Skip to content

iangreenleaf/active_set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveSet

What is it?

SET behavior for ActiveRecord.

class Balloon < ActiveRecord::Base
  acts_as_set :gasses, ["helium","hydrogen"]
end

b = Balloon.create :gasses => [ "helium", "hydrogen" ]

Unstable!

Seriously, this project may change drastically without warning. Or I may lose interest. Use at your own risk.

About

SET behavior for ActiveRecord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages