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)


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

def self.exists?(cn)
  false
end