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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:00:00+00:00 2026-05-27T20:00:00+00:00

I have recommendations has_many approvals Basically a recommendation gets created with an approval. The

  • 0

I have

recommendations has_many approvals 

Basically a recommendation gets created with an approval. The person who can approve it, comes in and checks an approve box, and needs to enter an email address for the next person who needs to approve (email is an attribute of an approval).

The caveat is that if the current_user has a user_type = SMT, then no more approvals are required. Thats the last approval.

I am using the recommendation/:id/approval/:id/edit action. I think I just need a Class method for the Approval. Something like:

before_save :save_and_create

def save_and_create
Some code that saves the current approval, creates a new one and asks me for the next admins email address, and send that user an email requesting that they approve
end 

Any help would be greatly appreciated

  • 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-27T20:00:01+00:00Added an answer on May 27, 2026 at 8:00 pm

    I finally figured this one out. I simply created a before_save callback and the following method:

    def create_next_approval
          next_approval = self.recommendation.approvals.build(:email => self.next_approver_email, :user_id  => User.find_by_email(next_approver_email))
          next_approval.save  if next_approver_email.present? && recently_approved? 
        end 
    

    hope it helps anyone else in my shoes.

    • 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. When one approval is made, the user provides an
I have Recommendations that has_many Approvals. I have a form partial from scaffolded Recommendations.
Does anyone have any recommendations of tools that can be of assistance with moving
Does anyone have any recommendations for tools that you can add to Eclipse, Netbeans
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 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.