diff options
-rw-r--r-- | app/helpers/application_helper.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b98a517e1..0b3f5fe0b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1211,11 +1211,6 @@ module ApplicationHelper super *sources, options end - # TODO: remove this in 2.5.0 - def has_content?(name) - content_for?(name) - end - def sidebar_content? content_for?(:sidebar) || view_layouts_base_sidebar_hook_response.present? end |