mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
14 lines
261 B
Ruby
14 lines
261 B
Ruby
# frozen_string_literal: true
|
|
|
|
module OpenApi
|
|
module Rswag
|
|
module Specs
|
|
class Railtie < ::Rails::Railtie
|
|
rake_tasks do
|
|
load File.expand_path('../../../tasks/rswag-specs_tasks.rake', __dir__)
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|