Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/orchestrate_rails/extensions.rb
Overview
Convert property name to attribute name.
Instance Method Summary collapse
Instance Method Details
#to_orchio_rails_attr ⇒ Object
9 10 11 |
# File 'lib/orchestrate_rails/extensions.rb', line 9 def to_orchio_rails_attr underscore.downcase end |