mirror of
https://github.com/discourse/discourse.git
synced 2024-12-29 07:43:52 +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
|