mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-09 14:35:34 +00:00
Remove self-explaintory comment.
This commit is contained in:
parent
530e715588
commit
d77afa4c98
@ -7,7 +7,6 @@ class DiscourseChat::PluginModel < PluginStoreRow
|
||||
after_initialize :init_plugin_model
|
||||
before_save :set_key
|
||||
|
||||
# Restrict the scope to JSON PluginStoreRows which are for this plugin, and this model
|
||||
def self.default_scope
|
||||
where(type_name: 'JSON')
|
||||
.where(plugin_name: self::PLUGIN_NAME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user