Class: DataMapper::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/sea_level/helpers/view_helpers/orm_helpers.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#business_display_nameObject



11
12
13
# File 'lib/sea_level/helpers/view_helpers/orm_helpers.rb', line 11

def business_display_name
  self.class.name#.titlecase
end