diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 91e2959ef..b470e4933 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -763,7 +763,7 @@ class ApplicationController < ActionController::Base end def find_web_footer - @organizer = WebFooterOrganizer.first + @organize = WebFooterOranizer.first @companies = WebFooterCompany.all end end diff --git a/app/views/layouts/_base_footer.html.erb b/app/views/layouts/_base_footer.html.erb index 3509276c7..cfe950eae 100644 --- a/app/views/layouts/_base_footer.html.erb +++ b/app/views/layouts/_base_footer.html.erb @@ -10,8 +10,10 @@ <%= @organize.description.html_safe unless @organize.nil?%>