Class: String

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

Instance Method Summary collapse

Instance Method Details

#humanObject



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

def human
  self.to_s.humanize
end

#i18n_keyObject



14
15
16
# File 'lib/redis_orm.rb', line 14

def i18n_key
  self.to_s.tableize
end