DEBSOURCES
Skip Quicknav
sources / rails / 2%3A5.2.2.1%2Bdfsg-1%2Bdeb10u3 / activerecord / test / migrations / to_copy2 / 2_create_comments.rb
123456789
# frozen_string_literal: true class CreateComments < ActiveRecord::Migration::Current def self.up end def self.down end end