Created
May 16, 2021 18:11
-
-
Save MaksimenkoPG/25a33bb429f85097d80ea82b9b5d8347 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rakefile | |
task :environment do | |
require_relative 'config/application' | |
end | |
Dir.glob('lib/tasks/**/*.rake').each { |file_path| load file_path } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment