diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-01-31 14:09:36 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-01-31 14:09:36 +0530 |
commit | 8dfb8760489abbf038d48e230e32c681b408ebfa (patch) | |
tree | add007c1e5812ebba650a2403972a61ffd93235c | |
parent | 96355e87cba247246234386b0af9273cc5d59db9 (diff) | |
parent | 7d67c318f61f4ea60e1b66367a869b788ea50e6a (diff) | |
download | rails-8dfb8760489abbf038d48e230e32c681b408ebfa.tar.gz rails-8dfb8760489abbf038d48e230e32c681b408ebfa.tar.bz2 rails-8dfb8760489abbf038d48e230e32c681b408ebfa.zip |
Merge pull request #23371 from kamipo/remove_odd_backtick
Remove odd ` [ci skip]
-rw-r--r-- | guides/source/active_record_basics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index 061ad975fc..0932cc4829 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -474,6 +474,6 @@ end ``` That's all there is to it! When configuring your database via the -`config/database.yml` file, or connecting manually in your model`, +`config/database.yml` file, or connecting manually in your model, connecting to your database and making changes is easy when using Active Record. |