Class: Symbol

Inherits:
Object show all
Defined in:
lib/sbn/helpers.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_underscore_symObject



61
62
63
# File 'lib/sbn/helpers.rb', line 61

def to_underscore_sym
  self.to_s.titleize.gsub(/\s+/, '').underscore.to_sym
end