Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9093431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:06:00+00:00 2026-06-16T23:06:00+00:00

I have a custom module I would like to access in my mail helper,

  • 0

I have a custom module I would like to access in my mail helper, but i can’t figure out how to include it.

My custom module lib/workday.rb:

module Workday
  def next_workday(date = Date.today)
    ...
  end
  ...
end

That i try to use in my MailHelper:

module MailHelper
  include Workday

  def next_workday(date = Date.today)
    Workday.next_workday(date)
  end
  ...
end

When trying to use the helper i get this:

undefined method `next_workday' for Workday:Module
/www/xxx/app/helpers/mail_helper.rb:4:in `next_workday'

When manually including the module in the console it works fine directly and through the helper:

> include Workday
=> Object
> Workday.next_workday
=> Fri, 04 Jan 2013 
> helpers.next_workday
=> Fri, 04 Jan 2013
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:06:02+00:00Added an answer on June 16, 2026 at 11:06 pm

    If you include a Module the methods will be accessible as instance methods. If you try to access the next_workday method directly through the module, the method must be defined as a “class method” (with self.).

    Your MailHelper should work if you use:

    module MailHelper
      include Workday
    end
    

    There is no need to define the next_workday method in MailHelper since it just delegates to Workday#next_workday anyways. If you include your MailHelper into a class you can then access the method with next_workday

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom HTTP Module. I would like to inject the logger using
I would like to overwrite a form by creating a custom module. But therefor,
I'm working on an Expression Engine module and would like to have some custom
I have a third party custom authentication HTTP module. I would like this module
I have developed a PyroCMS custom module, but now I want to add WYSIWYG
I would like to upload an image in a custom module. The image must
In my custom module I would like to add the comments functionality. I've tried
I would like to build a custom search module in Drupal 6 for searching
I would like to test the following helper module function: module UploadsHelper def custom_img_tag(upload,
I would like to register a custom utility / module within YUI3 that is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.