Class: Royce::Role

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/royce/role.rb

Overview

The actual data model

Instance Method Summary collapse

Instance Method Details

#to_sObject



9
10
11
# File 'lib/royce/role.rb', line 9

def to_s
  name
end