We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9415c0b commit 13fc60dCopy full SHA for 13fc60d
README.md
@@ -76,7 +76,7 @@ Follow the steps below to get started with VIN in your Ruby on Rails project. Th
76
77
To achieve this, create or update your `config/initializers/generators.rb` file:
78
79
-```
+```ruby
80
Rails.application.config.generators do |g|
81
g.orm :active_record, primary_key_type: :bigint
82
end
0 commit comments