エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
FactoryGirlのtransientとtraitのサンプル
10_create_users.rb 0�� �� � � �� class CreateUsers < ActiveRecord::Migration def change create_ta... 10_create_users.rb 0�� �� � � �� 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 07 �� �\� �� class CreateUserAccounts < ActiveRecord::Migration def change create_table :user_accounts do |t| t.string :email t.string :encrypted_password t.boolean :admin, null:



2016/09/20 リンク