mirror of
https://github.com/discourse/discourse.git
synced 2025-01-09 02:43:43 +08:00
7 lines
133 B
Ruby
7 lines
133 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Migrations::Converters::Example
|
||
|
class Step4 < ::Migrations::Converters::Base::Step
|
||
|
end
|
||
|
end
|