Displaying 2 results from an estimated 2 matches for "cell_numb".
Did you mean:
cell_num
2006 Mar 22
0
Another Problem with params
...",
"subequipment"=>"1", "equipment"=>"1", "department_id"=>"1",
"section"=>"1"}, "location"=>{"box_number"=>"", "compartment"=>"",
"cell_number"=>""}}
Show session dump
---
flash: !map:ActionController::Flash::FlashHash {}
Response Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"}
On 3/22/06, Liquid <has.sox@gmail.com> wrote:
>
> Hi,
>
> In your model you co...
2008 Apr 30
4
Beginner mysql problem
I am new to rails and have come across a problem with a sample
application I was working on.
When trying to use rake migrate I got the error listed below.
my db file contains the following
class ContactDb < ActiveRecord::Migration
def self.up
create_table "people" do |t|
t.column "id", :integer
t.column "name",