educoder/app/models/experience.rb

6 lines
155 B
Ruby
Raw Normal View History

2017-06-26 14:05:39 +08:00
class Experience < ActiveRecord::Base
attr_accessible :container_id, :container_type, :score, :user_id, :created_at, :updated_at
belongs_to :user
2017-06-26 14:05:39 +08:00
end