Sha256: 48cc34add6fbe9a7898c542bb60e520cc385aafe8d0c21ecf7a9d821209770e6
Contents?: true
Size: 276 Bytes
Versions: 12
Compression:
Stored size: 276 Bytes
Contents
class AdminMenu < AbAdmin::Menu::Builder draw do link :dashboard, '/admin' model User group :system do model Structure link Locator.model_name.human, '/admin/locators' link Settings.model_name.human, edit_admin_settings_path end end end
Version data entries
12 entries across 12 versions & 1 rubygems