class RightOn::Role
Public Instance Methods
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
# File lib/right_on/role.rb, line 9 def to_s self.title.try(:titleize) end