GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: DataMapper Adapters
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/dm-adapters.git
Stubs out some methods to let automigrations from the rake tasks run
hassox (author)
Tue Jun 10 05:17:20 -0700 2008
commit  f79fe3b97ce49f39d7ad6d4b3253dc3c0912e94e
tree    3f46d00a96646d7614ed3dad086c9801fdd426e0
parent  99ef4f8d404592139c10bb91ec0a4b2b8f2668d6
...
184
185
186
 
 
 
 
 
 
 
 
 
 
 
187
188
189
...
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
0
@@ -184,6 +184,17 @@ module DataMapper
0
         end
0
       end
0
       
0
+ # A dummy method to allow migrations without upsetting any data
0
+ def destroy_model_storage(*args)
0
+ true
0
+ end
0
+
0
+ # A dummy method to allow migrations without upsetting any data
0
+ def create_model_storage(*args)
0
+ true
0
+ end
0
+
0
+
0
       private
0
       def make_sforce_obj(resource, props, key = nil)
0
         klass = SalesforceAPI.const_get(resource.class.storage_name(resource.repository.name))

Comments

    No one has commented yet.