Module: OpenProject::GlobalRoles::Patches::UsersHelperPatch::InstanceMethods
- Defined in:
- lib/open_project/global_roles/patches/users_helper_patch.rb
Instance Method Summary collapse
Instance Method Details
#user_settings_tabs_with_global_roles ⇒ Object
27 28 29 30 31 32 |
# File 'lib/open_project/global_roles/patches/users_helper_patch.rb', line 27 def user_settings_tabs_with_global_roles tabs = user_settings_tabs_without_global_roles @global_roles ||= GlobalRole.all tabs << {:name => 'global_roles', :partial => 'users/global_roles', :label => "global_roles"} tabs end |