Class: Decidim::Hashtag
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::Hashtag
- Defined in:
- lib/decidim/hashtag.rb
Overview
A hasthag is used to categorize components
Constant Summary collapse
- HASHTAG_REGEX =
/(^|\s)#([a-zA-Z0-9]\w*)/i