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
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to