From 378daaa6afcdd872bab855404658e27163b0926c Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Sun, 6 May 2018 13:13:05 +0530 Subject: Active Record postgresql documentation for bit string types corrected --- guides/source/active_record_postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md index 6c6c6a1ded..796b65d6d4 100644 --- a/guides/source/active_record_postgresql.md +++ b/guides/source/active_record_postgresql.md @@ -349,7 +349,7 @@ create_table :users, force: true do |t| t.column :settings, "bit(8)" end -# app/models/device.rb +# app/models/user.rb class User < ApplicationRecord end -- cgit v1.2.3