https://github.com/mooreryan/iroki
Revision 5051851e308e62622ca6f442b916801247d47a2f authored by Ryan M. Moore on 10 April 2023, 02:39:01 UTC, committed by Ryan M. Moore on 10 April 2023, 02:39:01 UTC
1 parent 6a756ad
Raw File
Tip revision: 5051851e308e62622ca6f442b916801247d47a2f authored by Ryan M. Moore on 10 April 2023, 02:39:01 UTC
Update ruby version
Tip revision: 5051851
Rakefile
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require_relative 'config/application'

Rails.application.load_tasks
back to top