Mercurial > rsstweet
view bin/rails @ 142:2d873f57f424
Forgot about this one
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Wed, 13 Dec 2017 04:57:04 +0900 |
| parents | 257910c60eb3 |
| children | 2335107f35d0 |
line wrap: on
line source
#!/usr/bin/env ruby APP_PATH = File.expand_path('../config/application', __dir__) require_relative '../config/boot' require 'rails/commands'
