diff options
author | Teddy Wing | 2017-02-03 20:05:11 +0100 |
---|---|---|
committer | Teddy Wing | 2017-02-03 20:05:11 +0100 |
commit | 22207ed91997361da247bbe1f676bcc0c05baf51 (patch) | |
tree | e5d5f4dbcc3ad183c61ef4287e34634cff4b63ae /app/views | |
parent | 085aef748499d4806104b4af8f367a91870acffd (diff) | |
download | Angular-tutorial-22207ed91997361da247bbe1f676bcc0c05baf51.tar.bz2 |
Create HomeController
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/home/index.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb new file mode 100644 index 0000000..2085730 --- /dev/null +++ b/app/views/home/index.html.erb @@ -0,0 +1,2 @@ +<h1>Home#index</h1> +<p>Find me in app/views/home/index.html.erb</p> |