diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2018-10-04 11:41:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 11:41:12 +0200 |
commit | b4c71643af11cb94c25d7aa994090579dd43f943 (patch) | |
tree | 71fa0202f17724a875c01a02d6be5feaa12cdbc1 | |
parent | 1b6ab13960c8750be0b95961b78250128ddc3284 (diff) | |
parent | 6b0403dfae2fbae443d3cc0033e8c3c779918c5c (diff) | |
download | rails-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). |