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:
db/migrate/20100118174404_add_submitted_to_test_pair_assignment.rb
| 9 lines
| 229 B
| text/x-ruby
| RubyLexer
|
|
r213 | class AddSubmittedToTestPairAssignment < ActiveRecord::Migration | ||
def self.up | ||||
add_column 'test_pair_assignments', 'submitted', :boolean | ||||
end | ||||
def self.down | ||||
remove_column 'test_pair_assignments', 'submitted' | ||||
end | ||||
end | ||||