diff options
author | Xavier Noria <fxn@hashref.com> | 2015-12-17 15:00:19 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2015-12-17 15:00:19 +0100 |
commit | 7daad3a4015769f5b1c2fd7b65955a6f63d72812 (patch) | |
tree | 653ece35b6c643a99d8fb086a1874540acc55ec6 /actioncable | |
parent | 76c1c8c57a1737eb3bfd6071211ced08896eea6c (diff) | |
download | rails-7daad3a4015769f5b1c2fd7b65955a6f63d72812.tar.gz rails-7daad3a4015769f5b1c2fd7b65955a6f63d72812.tar.bz2 rails-7daad3a4015769f5b1c2fd7b65955a6f63d72812.zip |
Update README.md
ActiveRecord -> Active Record [ci skip]
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/README.md b/actioncable/README.md index da312b2264..13b79d15ca 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -5,7 +5,7 @@ It allows for real-time features to be written in Ruby in the same style and form as the rest of your Rails application, while still being performant and scalable. It's a full-stack offering that provides both a client-side JavaScript framework and a server-side Ruby framework. You have access to your full -domain model written with ActiveRecord or your ORM of choice. +domain model written with Active Record or your ORM of choice. ## Terminology |