class FatFreeCRM::Tabs

Public Class Methods

admin() click to toggle source
# File lib/fat_free_crm/tabs.rb, line 20
def admin
  @@admin ||= Setting[:admin_tabs]&.dup
end
main() click to toggle source
# File lib/fat_free_crm/tabs.rb, line 16
def main
  @@main ||= Setting[:tabs]&.dup
end