Sha256: 596d569a2167a69fc868ace384142843c8cdf1dfd6f2ca90ab0aa90f883aa699
Contents?: true
Size: 227 Bytes
Versions: 42
Compression:
Stored size: 227 Bytes
Contents
class CreateClarkKentUserReportEmail < ActiveRecord::Migration def change create_table :clark_kent_user_report_emails do |t| t.integer ClarkKent.user_class_name.underscore + '_id', :report_email_id end end end
Version data entries
42 entries across 42 versions & 1 rubygems