Skip to content

Commit 25fcd77

Browse files
committed
Merge branch 'patch-2' of https://github.com/morenoh149/docs into morenoh149-patch-2
2 parents 4989636 + 4ae3b65 commit 25fcd77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sites/en/intro-to-rails/rails_architecture.step

+4
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ When Models, Views and Controllers are all put together, they follow a pattern:
4646

4747
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.)
4848
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)
52+
MARKDOWN
4953
}

0 commit comments

Comments
 (0)