summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-27 19:49:24 -0700
committermo khan <mo@mokhan.ca>2014-02-27 19:49:24 -0700
commit83925e4aaa6e79d172d137bd6ba63cc204a46877 (patch)
treedcd46f2d2102c8293773feb6b8ca9ba0cf75e46c /app/controllers
parent3e27cf92632ffdb0f7b02dbc7781229ec82bd207 (diff)
load locations in controller
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/home_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
index a7d44f1..56faebf 100644
--- a/app/controllers/home_controller.rb
+++ b/app/controllers/home_controller.rb
@@ -2,5 +2,6 @@ class HomeController < ApplicationController
def index
@licenses = License.all
@companies = Company.all
+ @locations = Location.all
end
end