Method: Famili::GrandMother.field

Defined in:
lib/famili/grand_mother.rb

.field(method, value = nil, &block) ⇒ Object



75
76
77
78
# File 'lib/famili/grand_mother.rb', line 75

def field(method, value = nil, &block)
  block = -> { value } if value
  attributes[method] = block
end