You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseInvalidRoute.new('Routes cannot be mapped to destinations in different spaces')ifspaces.blank? || !spaces.any?{ |space| space.values[:id] == app.space.id}
98
+
raiseInvalidRoute.new('Routes cannot be mapped to destinations in different spaces')ifspaces.blank? || spaces.none?{ |space| space.values[:id] == app.space.id}
0 commit comments