diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 67274fb..aaec5e0 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -1,6 +1,6 @@ class HomeController < ApplicationController def index - + @currencies = Currency.all end def seed diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 2085730..b6c8c97 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,2 +1,8 @@ -
Find me in app/views/home/index.html.erb
++