Archived
cleaned up, added threadreplies, added info
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class CreateInfo < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :info do |t|
|
||||
t.string :title
|
||||
t.text :content
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user