aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/dummy/bin/rails
blob: 22f2d8deee99ea05e8d06958dc12c413885d94d5 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env ruby
# frozen_string_literal: true

APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"