From 5e6e99d3817772724678a3f6c0dd64172e892db4 Mon Sep 17 00:00:00 2001 From: Emmanuel Quentin Date: Wed, 25 Apr 2018 10:38:06 +0200 Subject: [PATCH] Update documentation about literal usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bb98a6..1df2a95 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ class Account < ApplicationRecord end ``` -Custom index can be handled with a `Arel::Nodes::SqlLiteral` instance: +Custom index can be handled with a Hash containing a literal key : ```ruby class Account < ApplicationRecord