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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:52:48+00:00 2026-05-13T18:52:48+00:00

I have to be dead tired because I really can’t figure out such simple

  • 0

I have to be dead tired because I really can’t figure out such simple task as this.

Having:

class Account < ActiveRecord::Base
  has_one :subscription, :dependent => :destroy

  after_save :append_subscription

  private
  def append_subscription
    # TODO
  end
end

# Subscription(id: integer, account_id: integer, level: integer (: 1), starts_at: date, ends_at:date, created_at: datetime, updated_at: datetime)

class Subscription < ActiveRecord::Base
  belongs_to :account
end

I’m trying resolve the TODO part, or am I going about it the wrong way? Here’s the test.

describe Account do
  include AccountSpecHelper

  it "should have a subscription at least at level one on creation" do
    account = Account.create
    account.subscription.level.should be(1)
  end
end
  • 1 1 Answer
  • 1 View
  • 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-13T18:52:49+00:00Added an answer on May 13, 2026 at 6:52 pm

    Why after_save and not before_create and let ActiveRecord worry about creating associated model and assigning account_id correctly?

    I haven’t checked, but this should work:

    class Account
      before_create {|account| account.build_subscription(params)} # or move it to method
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

have written this little class, which generates a UUID every time an object of
I'm new to iOS, so apologies if this is brain dead simple... I've been
I have this extremely simple splash page here: http://iph0wnz.com It has the main graphic
I have an object graph that looks like this: class A () { int
I know I have to be doing something just brain-dead stupid for this not
Perhaps it's a syntax error, but I never assume that. I have a -dead-
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
Have a painfully simple blog Post creator, and I'm trying to check if the
I have an array like this: String n[] = {google,microsoft,apple}; What I want to
I have an application that executes this piece of code (JQuery 1.4.2) in an

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.