Module: SetAttributes::Controls::Mapping::Unbalanced

Defined in:
lib/set_attributes/controls/mapping.rb

Class Method Summary collapse

Class Method Details

.exampleObject



18
19
20
21
22
23
# File 'lib/set_attributes/controls/mapping.rb', line 18

def self.example
  [
    :some_attribute,
    {:some_other_attribute => :some_other_attribute}
  ]
end