Skip to content

Commit

Permalink
Merge pull request #1780 from hasse09052/patch-1
Browse files Browse the repository at this point in the history
Fix active_record_migrations.md
  • Loading branch information
yasulab authored Nov 25, 2024
2 parents 5f59c41 + 9c2b4de commit c7f8231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/active_record_migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ create_table :products do |t|
end
```

上のマイグレーションによって`category_id`カラムが作成されます。以下のように、`belongs_to`の代わりに`references`をエイリアスとして使うことも可能です。
上のマイグレーションによって`category_id`カラムが作成されます。以下のように、`references`の代わりに`belongs_to`をエイリアスとして使うことも可能です。

```ruby
create_table :products do |t|
Expand Down

0 comments on commit c7f8231

Please sign in to comment.