20150812133432_add_action_to_points.rb 152 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 class AddActionToPoints < ActiveRecord::Migration def change change_table :merit_score_points do |t| t.references :action end end end