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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:54:47+00:00 2026-05-23T16:54:47+00:00

So I have a flow model and a page model Each flow has_many pages

  • 0

So I have a flow model and a page model

Each flow has_many pages and each page belongs_to a flow

Flow model

class Flow < ActiveRecord::Base
has_many :pages, :dependent => :destroy
accepts_nested_attributes_for :pages, :reject_if => lambda { |p| p[:path].blank?}, :allow_destroy => true
end

Page model

class Page < ActiveRecord::Base
  belongs_to :flow
end

Then in the new flow action I have this

def new
    @flow = Flow.new
    3.times do
      page = @flow.pages.build
    end
    respond_to do |format|
      format.html # new.html.erb
      format.json { render json: @flow }
    end
  end

but I keep getting the error: “unknown attribute: flow_id”?

  • 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-23T16:54:48+00:00Added an answer on May 23, 2026 at 4:54 pm

    Use generate migration add_flow_id_to_page flow_id:integer to generate the foreign key column.

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

Sidebar

Related Questions

I have a simple flow: A.html -> B.html -> C.html Now, page B either
I have this web application using Spring Web Flow framework. In my main page
I have the following form: class ModuleItemForm2(forms.ModelForm): class Meta: model = Module_item fields =
I have a model program that represents message flow along a chain of servers:
I have the following defined: class AnswerChoiceInline(admin.TabularInline): model = AnswerChoice # extra = 0
I have a domain model that includes something like this: public class Customer :
i have a flow panel that i'm adding extra items to it at runtime
I have a data flow with a derived column. I want to convert the
I basically have the following flow: XML -> JSON -> Spring MVC -> jsp
I have a SSIS Data Flow Task with an OleDb Source, Conditional Split (w/

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.