[Source]
# File app/helpers/admin/users_helper.rb, line 2 2: def user_types_for_select 3: User::TYPES.invert.sort {|a, b| a[1] <=> b[1]} 4: end
[Validate]