1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Change codeblock language to ruby in latest TIL

This commit is contained in:
jbranchaud
2024-11-09 17:48:32 -06:00
parent 9bbde247a5
commit 0c4795c1d2

View File

@@ -14,7 +14,7 @@ table.
This can be specified by including `id: :bigint` as an option to the
`create_table` method.
```rails
```ruby
class CreatePosts < ActiveRecord::Migration[8.0]
def change
create_table :posts, id: :bigint do |t|