* Add a table for moderator reactions This is a simplified version of a feature that should be fleshed out in the near future. Despite the fact that this project is taking a new direction, I think this table could be useful in the meantime. * Add specs for internal mod actions view * Rename mod actions to negative reactions
7 lines
283 B
Ruby
7 lines
283 B
Ruby
class NegativeReaction < ApplicationRecord
|
|
resourcify
|
|
# This class exists to take advantage of Rolify for limiting authorization
|
|
# on internal reports.
|
|
# NOTE: It is not backed by a database table and should not be expected to
|
|
# function like a traditional Rails model
|
|
end
|