aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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).