educoder/app/models/grade.rb

6 lines
186 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.

# container_type:
# Phone-手机注册Mail-邮箱绑定Account-完善资料
class Grade < ActiveRecord::Base
attr_accessible :container_id, :container_type, :score, :user_id
end