user.rb 106 Bytes
class User < ActiveRecord::Base
  validates_presence_of :name
  acts_as_follower
  acts_as_followable
end