From 6b0403dfae2fbae443d3cc0033e8c3c779918c5c Mon Sep 17 00:00:00 2001 From: Alexander Tsirel Date: Thu, 4 Oct 2018 15:28:09 +1000 Subject: Consistency in naming after rails 5 its ApplicationController and ApplicationRecord --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e781e1cde2..2fbe1ad878 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Adding a rich text field to an existing model: ```ruby # app/models/message.rb -class Message < ActiveRecord::Base +class Message < ApplicationRecord has_rich_text :content end ``` @@ -84,4 +84,4 @@ Action Text is destined for inclusion in Rails 6, which is due to be released so ## License -Action Text is released under the [MIT License](https://opensource.org/licenses/MIT). \ No newline at end of file +Action Text is released under the [MIT License](https://opensource.org/licenses/MIT). -- cgit v1.2.3