We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Subject: |
|
NoMethodError in Recipe#list |
Date: |
|
2007-04-13 20:08:06 |
From: |
|
RRS2007
|
Response to: NoMethodError in Recipe#list
|
Alternatively you can create only the Recipes table:
create table recipes (
id int not null auto_increment,
title varchar(100) not null default '',
description varchar(255) null,
date date null,
instructions text null,
primary key(id)
) engine=InnoDB;
|
1 to 2 of 2
-
-
NoMethodError in Recipe#list
2009-04-08 07:32:23
yoberi
[View]
-
-
NoMethodError in Recipe#list
2009-04-08 07:08:08
yoberi
[View]
1 to 2 of 2