diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/home_controller.rb | 2 | ||||
-rw-r--r-- | app/views/home/main.html.erb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index fc0b474..82601c1 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,2 +1,4 @@ class HomeController < ApplicationController + def main + end end diff --git a/app/views/home/main.html.erb b/app/views/home/main.html.erb new file mode 100644 index 0000000..b2ebb94 --- /dev/null +++ b/app/views/home/main.html.erb @@ -0,0 +1 @@ +hello from home |