diff options
author | IN COMMON Collective <collective@incommon.cc> | 2021-04-09 12:29:16 +0200 |
---|---|---|
committer | IN COMMON Collective <collective@incommon.cc> | 2021-04-09 12:29:16 +0200 |
commit | 90c67665394bdd36e86e484020cfbd5ad4f188b2 (patch) | |
tree | b41e2db43f72c92db88c4bc5069a5323c3488021 /app/controllers/welcome_controller.rb | |
parent | d14700c51d692335f001a93c2f6b13b135783206 (diff) | |
parent | 4375650ea0788ae6b2a390b10ca6679d67dfc7a3 (diff) | |
download | incommon-map-main.tar.gz |
Diffstat (limited to 'app/controllers/welcome_controller.rb')
-rw-r--r-- | app/controllers/welcome_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb index ad9cd95..d5f5fe9 100644 --- a/app/controllers/welcome_controller.rb +++ b/app/controllers/welcome_controller.rb @@ -6,7 +6,7 @@ class WelcomeController < ApplicationController # GET / def index @map = Map.first - @taxonomy = @map.taxonomy + @taxonomy = @map&.taxonomy @resources = Resource.order(:uuid).page params[:page] Rails.logger.info "WECLOME ///// #{@resources&.count || 0}" end |