user.rb 106 Bytes Edit Raw Blame History 1 2 3 4 5 class User < ActiveRecord::Base validates_presence_of :name acts_as_follower acts_as_followable end