Fix schema dumper with complex expressions
authorJon Leighton <j@jonathanleighton.com>
Wed, 14 Nov 2012 10:42:00 +0000 (10:42 +0000)
committerJon Leighton <j@jonathanleighton.com>
Wed, 14 Nov 2012 10:42:00 +0000 (10:42 +0000)
commit7d0417494196263d92c5e4a56ff47e8a465d437e
tree289fab13c85bf11f762c9bf46073e34dde7ad0fc
parent05c6aed9e2b6783f7ed5b1db8922cd856f0e35f7
Fix schema dumper with complex expressions

Previously, these were getting dumped without quote marks being escaped,
leading to syntax errors in the schema.rb.
lib/schema_plus/active_record/schema_dumper.rb
spec/schema_dumper_spec.rb