If I have a controller:

module Foo
  class Bar < Application
  end
end

Then the helper module created is Merb::Foo::BarHelper.

That means that if my controller is for example Config::Setup then the
helper module is put in Merb::Config. It doesn't feel right that
helper modules are created in Merb::Config (or Merb::Logger,
Merb::Server, etc), even though it may work just fine.

Or?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to