module SetAttributes::Controls::Mapping::Transform

Public Class Methods

example() click to toggle source
# File lib/set_attributes/controls/mapping.rb, line 36
def self.example
  [
    {:some_attribute => :some_other_attribute}
  ]
end