Use a text field for the customers address
authorIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 05:20:41 +0000 (21:20 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Thu, 22 Nov 2007 05:20:41 +0000 (21:20 -0800)
commit134e6957256c2331e73fbab9ea527cba040c684d
treea6a37bae165f5cc363933ce163953cda6e68d6b4
parent3650c5f411112965a12718b75ccbedde3186fa15
Use a text field for the customers address

This is probably a better decision than just using a string. I can break it
into address pieces later, but that can wait.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
app/views/customer/_form.rhtml
db/development.sqlite3
db/migrate/010_customers_text_address.rb [new file with mode: 0644]
db/schema.rb