Class: ActiveRecord::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



3
4
5
# File 'lib/sea_level/helpers/view_helpers/orm_helpers.rb', line 3

def business_display_name
  self.class.name#.titlecase
end