class SettingsController < ApplicationController
  def show
    @laboratory = current_laboratory
  end
end