1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #19342 from yui-knk/fix/missed_link

[ci skip] Fix dead link
This commit is contained in:
Arthur Nogueira Neves 2015-03-15 11:31:40 -04:00
commit 575839d75f

View file

@ -20,7 +20,7 @@ After reading this guide, you will know:
What is Active Record?
----------------------
Active Record is the M in [MVC](getting_started.html#the-mvc-architecture) - the
Active Record is the M in [MVC](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) - the
model - which is the layer of the system responsible for representing business
data and logic. Active Record facilitates the creation and use of business
objects whose data requires persistent storage to a database. It is an