Hi Guyren, If you are really putting require CatwalkHelper then CatwalkHelper is indeed undefined. You need to require the file: ie require "catwalk_helper"
Rob On Thu, Jun 4, 2009 at 13:08, Guyren G Howe <[email protected]> wrote: > > On Jun 4, 2009, at 12:51 , Darren Boyd wrote: > > > The ApplicationHelper is part of your application code, not the rails > > code (it is created when you generate a rails app). I.e., it is in > > app/helpers, not vendor/rails. > > > > The plugins are loaded before your application code is loaded. > > My testing suggests otherwise. If I put > > require CatwalkHelper > > in my ApplicationHelper, I get told it's unidentified. > > If I put breakpoints there and in the module, that gets executed first > (when I comment that out, I then get to the module). > > > > -- Rob Kaufman http://notch8.com gtalk/jabber/email: [email protected] p: 858-412-7749 f: 866-477-1620 --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
