Class: Daylite::Role

Inherits:
Base show all
Defined in:
app/models/daylite/role.rb

Instance Method Summary collapse

Methods inherited from Base

#method_missing, #readonly?

Methods inherited from ActiveRecord::Base

openbase_connection

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Daylite::Base

Instance Method Details

#typeObject



7
8
9
# File 'app/models/daylite/role.rb', line 7

def type
  role_type.name
end