Sha256: 97c0ed2b1dabb807ff4126e03a38bd52625eea628262e502faa4344015ec64cc
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
module FilterControllerScopes extend ActiveSupport::Concern included do has_scope :by_id has_scope :by_title has_scope :by_slug has_scope :by_created_at has_scope :by_updated_at has_scope :by_status has_scope :fuzzy_search end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_cms-0.98.1 | app/models/concerns/filter_controller_scopes.rb |