We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69a74e commit f6152edCopy full SHA for f6152ed
debug_fasp/app/controllers/application_controller.rb
@@ -6,6 +6,8 @@ class ApplicationController < ActionController::Base
6
7
private
8
9
+ # Currently ever user can only have one server but this will probably
10
+ # change soon.
11
def current_server
12
@current_server ||= current_user&.servers&.first
13
end
0 commit comments