diff options
| author | Ryuta Kamizono <kamipo@gmail.com> | 2016-01-31 16:43:52 +0900 |
|---|---|---|
| committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-01-31 16:43:52 +0900 |
| commit | 7d67c318f61f4ea60e1b66367a869b788ea50e6a (patch) | |
| tree | add007c1e5812ebba650a2403972a61ffd93235c | |
| parent | 96355e87cba247246234386b0af9273cc5d59db9 (diff) | |
| download | rails-7d67c318f61f4ea60e1b66367a869b788ea50e6a.tar.gz rails-7d67c318f61f4ea60e1b66367a869b788ea50e6a.tar.bz2 rails-7d67c318f61f4ea60e1b66367a869b788ea50e6a.zip | |
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. |
