Sha256: 4f85b34e694d5bb9c28f83aabee79d62f687f9c4bf2fd1142e6eaaac214be148

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH << './'
$LOAD_PATH << './lib'

require 'spec/require_helper'

address_attributes = {
  street: 'street',
  city: 'city'
}

p = PostWithCommentsAndAddressForm.new(address_attributes: address_attributes)

a = AddressForm.new(post_attributes: { title: 'asd', body: 'body' })

binding.pry

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
object_attorney-2.10.9 console.rb