public
Description: A Rails plugin with models to handle basic contact info like address, email & phone numbers
Clone URL: git://github.com/bwyrosdick/contact-info.git
fixed email model
bwyrosdick (author)
Sun Apr 06 19:15:04 -0700 2008
commit  cfea3460e000ea0bf0a704e13a4851a166fcb177
tree    c90d3c61b78e1979ed9dfdc39441cdd0c398477f
parent  0d69abc77e14bd2fd68325a70bb3a2767d87aec3
...
1
 
2
...
 
1
2
0
@@ -1,2 +1,2 @@
0
-class EmailAddress < CommonThread::Address
0
+class EmailAddress < CommonThread::EmailAddress
0
 end

Comments

    No one has commented yet.