On Mar 11, 2012, at 11:57 PM, Scorpio wrote: > I came across a gem I'd like to integrate > > https://github.com/ging/mailboxer > > I've been reading instructions and I'm beginning to wonder if the > required actions/views won't conflict with what hobo has built in ?
Shouldn't be any problems, as the only generated views are for the mailers. You may wind up wanting to reopen the model classes in your app/models directory to add Hobo-decoration (fields, permissions) but that's about it. --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.
