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:
@@ -1,7 +0,0 @@
|
||||
module SettingsHelper
|
||||
|
||||
def setting_for_widget(widget)
|
||||
Setting.where(key: "feature.user.recommendations").first
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user