class AdminUpdateSystem
Public Instance Methods
layout()
click to toggle source
# File Views/Admin/UpdateSystem.rb, line 2 def layout @order = 60 @functions_need = [:files_manage] @visible = false gui_vbox do show_upload :update, :callback => true end end