mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-25 04:22:28 +01:00
4 lines
99 B
Ruby
4 lines
99 B
Ruby
Dir.glob('lib/tasks/*.rake').each { |r| import r }
|
|
|
|
task default: %w(db:migrate rates:reload test)
|