educoder/app/models/apply_user_authentication.rb

6 lines
197 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class ApplyUserAuthentication < ActiveRecord::Base
belongs_to :user
# status0 审核中 1 同意 2 拒绝
attr_accessible :auth_type, :dealer, :deal_time, :remarks, :status, :user_id
end