1
0
mirror of synced 2026-08-07 07:37:17 +00:00

Remove self-explaintory comment.

This commit is contained in:
Guo Xiang Tan
2017-10-03 15:31:38 +08:00
parent 530e715588
commit d77afa4c98
-1
View File
@@ -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)