Mercurial > rsstweet
view bin/rails @ 265:a8fd79a8d170
Update with better config example
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Sun, 09 Feb 2025 03:55:18 +0900 | 
| parents | ad6264cca788 | 
| children | 
line wrap: on
 line source
#!/usr/bin/env ruby APP_PATH = File.expand_path("../config/application", __dir__) require_relative "../config/boot" require "rails/commands"
