diff --git a/app/models/plugin_model.rb b/app/models/plugin_model.rb index 81665bb..d92080e 100644 --- a/app/models/plugin_model.rb +++ b/app/models/plugin_model.rb @@ -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)