aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 17:17:02 -0800
committerTeddy Wing2015-12-30 17:45:27 -0800
commitbf83780f6ee7f44c40409048ea9f2ebc177d6681 (patch)
tree502c970aa24da183607fb4854db71d0ed1e09b11 /app/controllers
parent36e766bdc495ac4943e04bb507c82a97e3a92b57 (diff)
downloadEvernote-Rails-Example-bf83780f6ee7f44c40409048ea9f2ebc177d6681.tar.bz2
Create HomeController
Will serve our index page.
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/home_controller.rb2
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