public
Description: Rails plugin for cleanly modeling social networks using ActiveRecord
Homepage: http://www.zetetic.net/2007/09/21/social-networking-with-rails-using-actsasnetwork
Clone URL: git://github.com/sjlombardo/acts_as_network.git
acts_as_network / init.rb
100644 2 lines (2 sloc) 0.111 kb
1
2
ActiveRecord::Base.send :include, Zetetic::Acts::Network
ActiveRecord::Base.send :include, Zetetic::Acts::Union