frankfurter/Rakefile

4 lines
99 B
Ruby
Raw Normal View History

2014-03-14 13:12:21 +01:00
Dir.glob('lib/tasks/*.rake').each { |r| import r }
2014-03-14 12:45:14 +01:00
2015-01-05 16:04:11 +01:00
task default: %w(db:migrate rates:reload test)