Show More
Commit Description:
fixed database creation instructions in installer script. patch by Witchakorn Kamolpornwijit
Commit Description:
fixed database creation instructions in installer script. patch by Witchakorn Kamolpornwijit
File last commit:
Show/Diff file:
Action:
lib/initializer.rb | 13 lines | 151 B | text/x-ruby | RubyLexer |
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22
module Grader
class Initializer
def self.run(&block)
config = Grader::Configuration.get_instance
yield config
end
end
end