I was wondering if someone might be able to answer a question for me.
I’m working on a re-design of a magazine site and have models for both
issue and article. Every article needs to belong to an issue, I’ve
already set up the has_many/belongs_to relationship in the models.
What I’d like to know is if I can pass the ID of an issue to the new
action for the article so that I can use something like
issue.articles.build when creating the new article so that it is
already assigned to an issue?