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

[ci skip] Fix dead link

getting_started.html#the-mvc-architecture is lost by this commit
2f06c94e38 (Mar 14 2012 !).

So replace it with wikipedia link.
This commit is contained in:
yui-knk 2015-03-16 00:10:48 +09:00
parent 51660f0191
commit 45f307fbbf

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