You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/en/intro-to-rails/rails_architecture.step
+4
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,8 @@ When Models, Views and Controllers are all put together, they follow a pattern:
46
46
47
47
Models, Views and Controllers each have specific jobs. Separating responsibilities like this make it easier to develop, especially as it gets bigger. (When each file has a clear responsibility it's easier to fix problems and add new features.)
48
48
MARKDOWN
49
+
50
+
message <<-MARKDOWN
51
+
If you want to learn more about Rails Architecture, you may want to watch this video explanation (3 min 30 sec) [MVC architecture *Youtube*](https://www.youtube.com/watch?v=eTdVkgF_Slo)
0 commit comments