tinyforms/bin/rails

7 lines
172 B
Plaintext
Raw Normal View History

2020-04-05 21:29:32 +00:00
#!/usr/bin/env ruby
2020-04-27 23:40:06 +00:00
# frozen_string_literal: true
2020-04-05 21:29:32 +00:00
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'