change dashboard controller

This commit is contained in:
bmv root 2017-04-14 13:22:48 -04:00
parent 099bd6b8c1
commit e4d8fa4223

View File

@ -8,6 +8,7 @@ class DashboardController < ApplicationController
puts params
@results = Hash.new
names = (Company.pluck :company_name) - ["IVA"]
binding.pry
names.map!{|tenant| tenant.gsub(/'/,'').gsub(/\s/,'')}
names.each do
|name|