Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/core/extensions/string.rb

Instance Method Summary collapse

Instance Method Details

#to_payloadObject



3
4
5
# File 'lib/core/extensions/string.rb', line 3

def to_payload
  self.downcase.gsub(" ","_").to_sym
end