Skip to content

Instantly share code, notes, and snippets.

@furaji
furaji / application_finder.rb
Last active May 8, 2020 19:22
Finder Object
class ApplicationFinder
include ActiveModel::Model
include ActiveModel::Attributes
private_class_method :new
class_attribute :model
class_attribute :rules, default: []
class << self