On Jul 2, 2009, at 8:23 PM, Rick wrote:
> > I'm just starting to mess around with Rails (coming from Java land) so > bear with me.... > > I'm using rails 2.3.2 and I've installed the gem as described here > http://hobocentral.net/hobofields/ That tutorial is pretty out of date (0.7.5-era). You'll need to add a line to your config/environment.rb file like this: config.gem 'hobofields' (there will be examples in the file already) That should sort out your problem. --Matt Jones --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
