aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-10-04 11:41:12 +0200
committerGitHub <noreply@github.com>2018-10-04 11:41:12 +0200
commitb4c71643af11cb94c25d7aa994090579dd43f943 (patch)
tree71fa0202f17724a875c01a02d6be5feaa12cdbc1
parent1b6ab13960c8750be0b95961b78250128ddc3284 (diff)
parent6b0403dfae2fbae443d3cc0033e8c3c779918c5c (diff)
downloadrails-b4c71643af11cb94c25d7aa994090579dd43f943.tar.gz
rails-b4c71643af11cb94c25d7aa994090579dd43f943.tar.bz2
rails-b4c71643af11cb94c25d7aa994090579dd43f943.zip
Merge pull request #10 from noma4i/patch-3
Consistency in naming
-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).