public
Fork of sam/dm-core
Description: DataMapper - Core
Homepage: http://datamapper.org
Clone URL: git://github.com/thewordnerd/dm-core.git
More minor changes to DM::Types::Binary
thewordnerd (author)
Thu Jul 17 14:14:46 -0700 2008
commit  4fbc15b587f6a03680af84a39160dd78e13937fe
tree    918aae16fd768c8bef84bcf9302ad4d1a9c4d267
parent  7f8af176119cf4efe8eda23a535f34e45a574c56
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 module DataMapper
0
   module Types
0
- class Binary < DataMapper::Type(Extlib::ByteArray)
0
+ class Binary < DataMapper::Type
0
       primitive Extlib::ByteArray
0
       lazy true
0
 

Comments

    No one has commented yet.