class UserBlock < ActiveRecord::Base
validate :moderator_permissions
- validates :reason, :invalid_chars => true
+ validates :reason, :characters => true
belongs_to :user, :class_name => "User", :foreign_key => :user_id
belongs_to :creator, :class_name => "User", :foreign_key => :creator_id