class RightOn::Role

Public Instance Methods

name()
Alias for: to_s
to_s() click to toggle source
# File lib/right_on/role.rb, line 9
def to_s
  self.title.try(:titleize)
end
Also aliased as: name