Sha256: 9d90930ce299e38673f0921e8f6f6ddf7c52da7e83c16358823c0a74948c4d7c
Contents?: true
Size: 151 Bytes
Versions: 11
Compression:
Stored size: 151 Bytes
Contents
class AddWeightingToQwesterAnswers < ActiveRecord::Migration def change add_column :qwester_answers, :weighting, :float, :default => 0 end end
Version data entries
11 entries across 11 versions & 1 rubygems