Sha256: 0ca1c737f239a049ae681490801affe943d2a1f741b4dcb093ed4861788c923c
Contents?: true
Size: 319 Bytes
Versions: 6
Compression:
Stored size: 319 Bytes
Contents
if Rails::VERSION::MAJOR >= 5 version = [Rails::VERSION::MAJOR, Rails::VERSION::MINOR].join('.').to_f base = ActiveRecord::Migration[version] else base = ActiveRecord::Migration end class AddAfterSurveyContentToSurvey < base def change add_column :rapidfire_surveys, :after_survey_content, :text end end
Version data entries
6 entries across 3 versions & 1 rubygems