Removes unnecessary require of schemable

This commit is contained in:
Muhammad Nawzad 2023-05-14 11:08:30 +03:00
parent 6f2b882d85
commit 07bf96dc0d
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -19,8 +19,6 @@ module Schemable
else
create_file(target_path, <<-FILE
require './lib/swagger/concerns/schemable'
module Swagger
module Definitions
class #{@model_name.classify}