class UserActions < ActiveRecord::Base
  attr_accessible :action_id, :action_type, :user_id
  has_many :users
end