That is it...
create_table "categories", :force => true do |t|
t.string "name"
end
create_table "classifieds", :force => true do |t|
t.string "title"
t.float "price"
t.string "location"
t.text "description"
t.string "email"
t.datetime "created_at"
t.datetime "updated_at"
t.integer "category_id"
t.string "content_type", :default => "image/png"
t.binary "image"
t.string "filename"
end
nickflux wrote:
> What are the field names for your classifieds table?
>
> On Jun 23, 12:27�pm, Caiuby Freitas <[email protected]>
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---