mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-23 17:47:49 -05:00
11 lines
326 B
Ruby
Executable File
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
|