Class: Group

Inherits:
Object
  • Object
show all
Defined in:
app/models/group.rb

Overview

This could extend from a module that would make it an ldap group

Class Method Summary collapse

Class Method Details

.exists?(_cn) ⇒ Boolean

Returns:

  • (Boolean)


3
4
5
# File 'app/models/group.rb', line 3

def self.exists?(_cn)
  false
end