Skip to content

Instantly share code, notes, and snippets.

@MaksimenkoPG
Created May 16, 2021 18:11
Show Gist options
  • Save MaksimenkoPG/25a33bb429f85097d80ea82b9b5d8347 to your computer and use it in GitHub Desktop.
Save MaksimenkoPG/25a33bb429f85097d80ea82b9b5d8347 to your computer and use it in GitHub Desktop.
# 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