search for: createtop

Displaying 1 result from an estimated 1 matches for "createtop".

Did you mean: createfop
2006 Aug 17
0
super-newb needs help with has_many and other things...
...@topic_pages.current.previous %> <%= link_to ''Next page'', { :page => @topic_pages.current.next } if @topic_pages.current.next %> <br> <%= link_to ''New topic'', :action => ''new'' %> ***** Migrations: ***** 001: class CreateTopics < ActiveRecord::Migration def self.up create_table :topics do |t| t.column :name, :string, :null => false t.column :description, :string t.column :creator, :string, :null => false t.column :creationdate, :timestamp, :null => false end en...