5 lines
106 B
5 lines
106 B
5 years ago
|
class SettingsController < ApplicationController
|
||
|
def show
|
||
|
@laboratory = current_laboratory
|
||
|
end
|
||
|
end
|