Skip to content
Snippets Groups Projects
Commit 62e0293a authored by Tyler R Lemburg's avatar Tyler R Lemburg
Browse files

Filter spaces that are 'one-offs' from home page'

parent c104cf51
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ class User < ActiveRecord::Base ...@@ -15,7 +15,7 @@ class User < ActiveRecord::Base
def service_spaces def service_spaces
ServiceSpace.all.select do |space| ServiceSpace.all.select do |space|
self.in_space?(space) self.in_space?(space) && !(["Innovation Studio","Plant Phenotyping"].include?(space.name))
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment