Mercurial > rsstweet
view bin/rails @ 251:43cbceac80ab
Remove model test and add client test
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Mon, 17 Jul 2023 20:54:04 +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"
