Files
growstuff/Rakefile
Brenda Wallace 0c7ca50880 small file fixes
2020-01-10 16:50:52 +13:00

11 lines
326 B
Ruby
Executable File

#!/usr/bin/env rake
# frozen_string_literal: true
# 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 'rake/dsl_definition'
require File.expand_path('config/application', __dir__)
Rails.application.load_tasks