Class: Symbol

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

Overview

Convert property name to attribute name. Calls ::String#to_orchio_rails_attr.

Instance Method Summary collapse

Instance Method Details

#to_orchio_rails_attrObject



16
17
18
# File 'lib/orchestrate_rails/extensions.rb', line 16

def to_orchio_rails_attr
  to_s.to_orchio_rails_attr
end