Class: Integral::Category

Inherits:
ApplicationRecord show all
Extended by:
FriendlyId
Defined in:
app/models/integral/category.rb

Overview

Represents a user post category

Class Method Summary collapse

Methods inherited from ApplicationRecord

available_statuses

Class Method Details

.integral_iconObject



25
26
27
# File 'app/models/integral/category.rb', line 25

def self.integral_icon
  'tags'
end