diff options
author | Teddy Wing | 2015-01-23 23:04:04 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-23 23:20:42 -0500 |
commit | f708e80dfb4440c4a2e5b26fdfe1179b0408ae17 (patch) | |
tree | 901a5b7574d39d64b1618404ee699004dc6e082a /app/controllers | |
parent | ee2e3781e55e3524fe8ae5123a06e9fdaf63c71f (diff) | |
download | Notes-angular-demo-f708e80dfb4440c4a2e5b26fdfe1179b0408ae17.tar.bz2 |
Create HomeController
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/home_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb new file mode 100644 index 0000000..fc0b474 --- /dev/null +++ b/app/controllers/home_controller.rb @@ -0,0 +1,2 @@ +class HomeController < ApplicationController +end |