Abdul Wahab
Results
2
issues of
Abdul Wahab
First Done Is your feature request related to a problem? Please describe. I have a search_import scope like ```ruby scope :search_import, -> { includes(:apps) } ``` I don't want to...
feature request
#requested code rails g rswag:spec:swaggerize PATTERN=["spec/////_spec.rb", "spec///_spec.rb"] #current example rails g rswag:spec:swaggerize PATTERN='spec/////*_spec.rb' I need to pass multiple patterns to the swaggerize command. It would be helpful if the devs...
enhancement
help wanted