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 6958793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:11:12+00:00 2026-05-27T15:11:12+00:00

I have Recommendations has_many Approvals. When one approval is made, the user provides an

  • 0

I have Recommendations has_many Approvals.

When one approval is made, the user provides an email address for the next user who needs to approve.

In my Approval Model

after_save :create_next_approval, :approval_notification


  attr_accessor :next_approver_email

  def recently_approved?
      self.approved_changed? && self.approved?
    end

    def create_next_approval
      #self.recommendations.create :email => self.next_approver_email if next_approver_email.present? && recently_approved?

      next_approval = self.recommendation.approvals.build(:email => self.next_approver_email)
      next_approval.save  if next_approver_email.present? && recently_approved? 
    end
 private
  def approval_notification
    ApprovalMailer.needs_approval(self).deliver
  end 

In the create_next_approval method, I am saving the next_approval. I am then sending an email to the next_approver_email address asking them to come approve the recommendation.

I am saving this approval here and I need to link to it in the email being sent out… any ideas?

  • 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-05-27T15:11:13+00:00Added an answer on May 27, 2026 at 3:11 pm

    If I follow you correctly. You need to link to the Approval that you just saved. So this would be self.

    In that case something like this would work in your email if you have normal routes setup: <%= link_to "approval link", approval_path(self) %>

    Let me know if I’m following correctly.

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

Sidebar

Related Questions

I have recommendations has_many approvals Basically a recommendation gets created with an approval. The
I have Recommendations that has_many Approvals. I have a form partial from scaffolded Recommendations.
I have Recommendations and Approvals, I need to find all recommendations where approvals.count =
I have a pretty straight forward nested form. Categories has_many awards has_many recommendations. So
Anyone have recommendations for a good C editor for Windows? Any improvement over the
Does anyone have recommendations/experience of how to find people willing to do usability testing
Does anyone have any recommendations of tools that can be of assistance with moving
Does anyone have any recommendations for implementations of ActiveRecord in PHP? I've been using
Does anyone have any recommendations for a good, fast, make tool? SCons? KJam? Something
Does anyone have any recommendations of resources for learning ASP.NET specifically? I have a

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.