mirror of
https://github.com/discourse/discourse.git
synced 2025-01-11 00:44:04 +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
|