EasyRecon/Hunt3r

View on GitHub
backend/app/models/url.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Url < ApplicationRecord
  scope :filtered, ->(query_params) { where('status_code LIKE ?', query_params) }
end