Skip to content

Commit 13fc60d

Browse files
authored
Specify code snippet language for syntax highlighting.
1 parent 9415c0b commit 13fc60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Follow the steps below to get started with VIN in your Ruby on Rails project. Th
7676

7777
To achieve this, create or update your `config/initializers/generators.rb` file:
7878

79-
```
79+
```ruby
8080
Rails.application.config.generators do |g|
8181
g.orm :active_record, primary_key_type: :bigint
8282
end

0 commit comments

Comments
 (0)