parent
1744102a5b
commit
d1e6770428
@ -1,6 +1,7 @@
|
|||||||
class HackUserCode < ApplicationRecord
|
class HackUserCode < ApplicationRecord
|
||||||
# 用户编程题的信息
|
# 用户编程题的信息
|
||||||
belongs_to :hack
|
belongs_to :hack
|
||||||
|
belongs_to :hack_user_lastest_code
|
||||||
|
|
||||||
scope :created_order, ->{ order("created_at desc")}
|
scope :created_order, ->{ order("created_at desc")}
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue