Module: Searchable

Extended by:
ActiveSupport::Concern
Included in:
Category, Post, Tag, Topic, User
Defined in:
app/models/concerns/searchable.rb

Constant Summary collapse

PRIORITIES =
Enum.new(ignore: 1, very_low: 2, low: 3, normal: 0, high: 4, very_high: 5)