How to render multiple partials after issue show description below is my code in hooks.rb
render_on :view_issues_show_description_bottom, partial: 'issues/my_description'
render_on :view_issues_show_description_bottom, partial: 'issues/my_second_description'
while rendering it is displaying the my_second_description page but not my_description page. Can anyone help me out of this