Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/redis_orm.rb

Instance Method Summary collapse

Instance Method Details

#humanObject



23
24
25
# File 'lib/redis_orm.rb', line 23

def human
  self.to_s.humanize
end

#i18n_keyObject



19
20
21
# File 'lib/redis_orm.rb', line 19

def i18n_key
  self.to_s.tableize
end