ROR Lab. Season 4, 
75th Biweekly Lecture 
Getting
 Started
 (3) 
2014. 11. 25 
Lucius Choi(@luciuschoi)
MVC 
request(URI) 
routing 
response 
controller 
action 
C 
model 
M 
view 
V 
database
“Article”
 Model 
articles 
title string 
text text
“Comment”
 Model 
comments 
commenter string 
body text 
article_id integer
Resource

Getting Started with Rails (3)