crimata-website/bin/rails
Andrew Gundersen f4fe6b2074 Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 15:32:45 -05:00

4 lines
141 B
Ruby
Executable file

#!/usr/bin/env ruby
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"