%= table_name.camelize %> < ActiveRecord::Migration def change create_table(:<%= table_name %>) do |t| t.string :title, :null => false, :default => "Untitled"