Show More
Commit Description:
utf8mb4
Commit Description:
utf8mb4
References:
File last commit:
Show/Diff file:
Action:
Rakefile
| 7 lines
| 275 B
| text/x-ruby
| RubyLexer
|
|
r318 | #!/usr/bin/env rake | ||
|
r0 | # Add your own tasks in files placed in lib/tasks ending in .rake, | ||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||||
|
r318 | require File.expand_path('../config/application', __FILE__) | ||
|
r0 | |||
|
r318 | CafeGrader::Application.load_tasks | ||