public
Rubygem
Description: Extras for DataMapper, including bridges to DataObjects::Migrations and Merb::DataMapper
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-more.git
Changed URI to DM::URI to prevent name conflicts
Tue Jul 22 12:52:37 -0700 2008
commit  221c573bdde623ac94584113af92bbac6776ffd5
tree    1448a24220ccd7360b292672829361893e7b62bd
parent  59045beb1f4ce8d561b83ef9c60186434d5db554
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ describe DataMapper::Types::URI do
0
       include DataMapper::Resource
0
 
0
       property :id, Integer, :serial => true
0
- property :uri, URI
0
+ property :uri, DM::URI
0
     end
0
     URITest.auto_migrate!
0
   end

Comments

    No one has commented yet.