On 25.11.2008, at 16:33, sognat wrote: > uninitialized constant DataMapper::Base - (NameError) > What I should to do to fix this problem? > > merb version: 1.0.1 > datamapper version: 0.9.7
DataMapper::Base is no longer present in DM 0.9.x. Use include DataMapper::Resource: class Person include DataMapper::Resource end MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
