Module: ContentBlock::Searchable

Extended by:
ActiveSupport::Concern
Included in:
ContentBlock
Defined in:
app/models/concerns/content_block/searchable.rb

Overview

DHH-style concern for search behavior. Extracts search and filtering logic to a reusable module.

Examples:

ContentBlock.search_by_term("welcome")