Rakefile
7 lines
| 275 B
| text/x-ruby
|
RubyLexer
|
r9346 | #!/usr/bin/env rake | ||
|
r2 | # Add your own tasks in files placed in lib/tasks ending in .rake, | ||
|
r9346 | # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. | ||
|
r2 | |||
|
r9346 | require File.expand_path('../config/application', __FILE__) | ||
|
r2 | |||
|
r9346 | RedmineApp::Application.load_tasks | ||