Remove unused module

The name of this file should be `settings_helper.rb` (which already
exists), and the method `setting_for_widget` was never used anywhere.
This commit is contained in:
Javi Martín
2019-07-06 22:07:23 +02:00
parent 6ab2e5c16c
commit 2fcf7c9d25

View File

@@ -1,7 +0,0 @@
module SettingsHelper
def setting_for_widget(widget)
Setting.where(key: "feature.user.recommendations").first
end
end