rails 3 associations error
问题 I have a table pages and a table author. Each page belongs to one author. Created migrations for the tables and models as well. But getting this error while using it in form: NoMethodError in Pages#new Showing C:/rorapp/app/views/pages/_form.html.erb where line #1 raised: undefined method `build' for nil:NilClass Extracted source (around line #1): 1: <%= form_for(@page, @page.author.build) do |f| %> 2: <% if @page.errors.any? %> 3: <div id="error_explanation"> 4: <h2><%= pluralize(@page