Class: String

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

Overview

Convert property name to attribute name.

Instance Method Summary collapse

Instance Method Details

#to_orchio_rails_attrObject



9
10
11
# File 'lib/orchestrate_rails/extensions.rb', line 9

def to_orchio_rails_attr
  underscore.downcase
end