frankfurter/Rakefile
2015-01-05 16:21:37 +01:00

4 lines
99 B
Ruby

Dir.glob('lib/tasks/*.rake').each { |r| import r }
task default: %w(db:migrate rates:reload test)