data_importer/bin/rails

7 lines
172 B
Text
Raw Permalink Normal View History

2022-03-30 22:12:56 -05:00
#!/usr/bin/env ruby
2022-04-19 02:37:27 -05:00
# frozen_string_literal: true
2022-03-30 22:12:56 -05:00
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'