public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
Search Repo:
mephisto / app / models / membership.rb
100644 6 lines (5 sloc) 0.126 kb
1
2
3
4
5
6
class Membership < ActiveRecord::Base
  belongs_to :user
  belongs_to :site
  
  validates_presence_of :user_id, :site_id
end