Sha256: 937337b3f8d6b5da73af20c48b55afe2a5427bedc40b38fc0272ed8bf3f7f48a
Contents?: true
Size: 216 Bytes
Versions: 5
Compression:
Stored size: 216 Bytes
Contents
module ModelMacros def new_address(can_be_type = 'home') Address.new(can_be_type: can_be_type.to_s) end def create_address(can_be_type = 'home') Address.create(can_be_type: can_be_type.to_s) end end
Version data entries
5 entries across 5 versions & 1 rubygems