mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
13 lines
234 B
Ruby
13 lines
234 B
Ruby
module Users
|
|
module Settings
|
|
module Account
|
|
class AddonsController < ApplicationController
|
|
layout 'fluid'
|
|
|
|
def index
|
|
@label_printer_any = LabelPrinter.any?
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|