Skip to content

Commit 0c4795c

Browse files
committed
Change codeblock language to ruby in latest TIL
1 parent 9bbde24 commit 0c4795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails/create-table-with-bigint-id-as-primary-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ table.
1414
This can be specified by including `id: :bigint` as an option to the
1515
`create_table` method.
1616

17-
```rails
17+
```ruby
1818
class CreatePosts < ActiveRecord::Migration[8.0]
1919
def change
2020
create_table :posts, id: :bigint do |t|

0 commit comments

Comments
 (0)