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 changed files with 0 additions and 1 deletions

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)