This way it'll be easier to decide when they should be rendered. In order to be consistent, we're using the `Layout` module for both components; previously, the navigation partial was in the `shared` folder while the footer partial was in the `layout` folder, which IMHO didn't make much sense.
4 lines
126 B
Ruby
4 lines
126 B
Ruby
class Layout::SubnavigationComponent < ApplicationComponent
|
|
delegate :content_block, :layout_menu_link_to, to: :helpers
|
|
end
|