Show More
Commit Description:
added codejom controller, show status in public
Commit Description:
added codejom controller, show status in public
References:
File last commit:
Show/Diff file:
Action:
app/models/submission_status.rb
| 6 lines
| 91 B
| text/x-ruby
| RubyLexer
|
|
r216 | class SubmissionStatus < ActiveRecord::Base | ||
belongs_to :user | ||||
belongs_to :problem | ||||
end | ||||