@@ -1211,11 +1211,6 module ApplicationHelper | |||
|
1211 | 1211 | super *sources, options |
|
1212 | 1212 | end |
|
1213 | 1213 | |
|
1214 | # TODO: remove this in 2.5.0 | |
|
1215 | def has_content?(name) | |
|
1216 | content_for?(name) | |
|
1217 | end | |
|
1218 | ||
|
1219 | 1214 | def sidebar_content? |
|
1220 | 1215 | content_for?(:sidebar) || view_layouts_base_sidebar_hook_response.present? |
|
1221 | 1216 | end |
General Comments 0
You need to be logged in to leave comments.
Login now