X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/14ba9f0a37dbf491a0a125a29b50848edf6dc3fe..63862d008e85a0d492393122eddfd01f717f6bcb:/vendor/plugins/validates_email_format_of/test/schema.rb diff --git a/vendor/plugins/validates_email_format_of/test/schema.rb b/vendor/plugins/validates_email_format_of/test/schema.rb new file mode 100644 index 000000000..962bfd511 --- /dev/null +++ b/vendor/plugins/validates_email_format_of/test/schema.rb @@ -0,0 +1,10 @@ +ActiveRecord::Schema.define(:version => 0) do + create_table :people, :force => true do |t| + t.column "email", :string + end + + create_table :mx_records, :force => true do |t| + t.column "email", :string + end + +end \ No newline at end of file