Skip to content

truncate_html helper inside mailer views with rails 3 #49

@hyperrjas

Description

@hyperrjas

I'm using helpers inside mailer views and this it works fine:

class UserMailer < Devise::Mailer

  helper :home
  helper :post
  .
  .
  .
end

However, I need to use truncate_html gem inside mailer views

How can I add this helper to mailer views?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions