foalfetch/bin/rails

6 lines
171 B
Text
Raw Normal View History

#!/usr/bin/env ruby
2024-04-04 10:21:23 +02:00
# frozen_string_literal: true
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'