エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
FactoryGirlのtransientとtraitのサンプル
10_create_users.rb `��xU `9�xU class CreateUsers < ActiveRecord::Migration def change create_tabl... 10_create_users.rb `��xU `9�xU class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.references :user_account t.timestamps null: false end end end 20_create_user_accounts.rb P��xU class CreateUserAccounts < ActiveRecord::Migration def change create_table :user_accounts do |t| t.string :email t.string :encrypted_password t.boolean :admin, null: false, de
2016/09/20 リンク