class AdminCredit
Unused function to import credits from another LDAP-file
Public Instance Methods
layout()
click to toggle source
# File Views/Admin/Credit.rb, line 4 def layout @order = 300 @visible = false gui_vbox do show_text :user_credit show_button :update_credits end end