Class: String

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

Instance Method Summary collapse

Instance Method Details

#humanObject



21
22
23
# File 'lib/redis_orm.rb', line 21

def human
  self.to_s.humanize
end

#i18n_keyObject



17
18
19
# File 'lib/redis_orm.rb', line 17

def i18n_key
  self.to_s.tableize
end