mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
3 lines
96 B
Ruby
3 lines
96 B
Ruby
Dir.glob('lib/tasks/*.rake').each { |r| import r }
|
|
task default: %w(db:migrate rates:load test)
|