Mercurial > rsstweet
view bin/rails @ 222:fefe9b0a603d
Update libraries
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Sat, 21 Aug 2021 20:46:52 +0900 | 
| parents | 2335107f35d0 | 
| children | ad6264cca788 | 
line wrap: on
 line source
#!/usr/bin/env ruby APP_PATH = File.expand_path('../config/application', __dir__) require_relative "../config/boot" require "rails/commands"
