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.
# container_type:
# Phone-手机注册;Mail-邮箱绑定;Account-完善资料;Answer-查看参考答案;Game-闯关
class Grade < ActiveRecord::Base
attr_accessible :container_id, :container_type, :score, :user_id
belongs_to :user
end