From 047b9ac0ac2c89e8081458bddac56575b78bf935 Mon Sep 17 00:00:00 2001 From: Ian Lynx Date: Wed, 24 Jan 2024 12:12:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5514e..7f5bfbd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ TableInspector.scan User, :name It will print the column definition and which indexes that contains this column. -If you are using Ruby version 2.7.0 or later, you can define a helper method directly in the model itself by editing the `app/models/application_record.rb` file and adding the code provided above: +If you are using Ruby version 2.7.0 or later, you can define a helper method directly in the model itself by editing the `app/models/application_record.rb` file and adding the code provided below: ```ruby # app/models/application_record.rb class ApplicationRecord < ActiveRecord::Base