class String

Public Instance Methods

human() click to toggle source
   # File lib/redis_orm.rb
18 def human
19   self.to_s.humanize
20 end
i18n_key() click to toggle source
   # File lib/redis_orm.rb
14 def i18n_key
15   self.to_s.tableize
16 end