Class: CASinoCore::RakeTasks
- Inherits:
-
Object
- Object
- CASinoCore::RakeTasks
- Defined in:
- lib/casino_core/rake_tasks.rb
Class Method Summary collapse
Class Method Details
.load_tasks ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/casino_core/rake_tasks.rb', line 4 def load_tasks %w( database cleanup service_rule ).each do |task| load "casino_core/tasks/#{task}.rake" end end |