Sha256: 827395474f4ed3deec53ce0e36e64253c9ad7e4ae5cb0705ca24f68f56d28f2d
Contents?: true
Size: 274 Bytes
Versions: 7
Compression:
Stored size: 274 Bytes
Contents
class AdminMenu < AbAdmin::MenuBuilder 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
7 entries across 7 versions & 1 rubygems