help on helper module inclusion/extension

why the lucky stiff why at whytheluckystiff.net
Tue Nov 6 09:47:38 EST 2007


On Tue, Nov 06, 2007 at 01:26:34AM -0800, Ronald Evangelista wrote:
> I want to include helper methods included to my Camping App from by
> requiring an external file but I can't seem to include helpers from
> another module.

Try mixing into CampApp::Mab class directly, which will add methods
to the Markaby class.

  class CampApp::Mab
    include CampingHelpers
  end

If you want mixed-in methods to be used in controllers, mix into
CampApp module.

_why


More information about the Camping-list mailing list