© 2025 株式会社Blowfish
[bash] $ git config –global user.name "Blowfish" $ git config[…]
railsにて、admin/index のように、階層を作成したい場合がある。 この場合、下記のようにコントローラを作成できるが、routing で引っかかる。 [ruby] rails generate control […]