差分

Tep8

194 バイト追加, 2023年6月7日 (水) 10:07
user
% bin/setup
 
== テスト用のデータで開発用のデータをつくる設定 ==
<nowiki># db/seeds.rb
 
puts "\n== Seeding the database with fixtures =="
system("bin/rails db:fixtures:load")</nowiki>
== user ==