You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've "Integrated Toto and a Rails app in 10 steps" sucessfully, and I manage to use shared assets (js, css and the like).
BUT I struggle to use partials from my main app within the Toto layout template (render partial fails with an argument error, "1 for 2").
Is there a good / recommended way to share layout and partials between the main Rails app and an integrated Toto blog?
My objective is to not replicate the template code of the main application for using it in the Toto blog.
Thanks!
The text was updated successfully, but these errors were encountered:
I've "Integrated Toto and a Rails app in 10 steps" sucessfully, and I manage to use shared assets (js, css and the like).
BUT I struggle to use partials from my main app within the Toto layout template (render partial fails with an argument error, "1 for 2").
Is there a good / recommended way to share layout and partials between the main Rails app and an integrated Toto blog?
My objective is to not replicate the template code of the main application for using it in the Toto blog.
Thanks!
The text was updated successfully, but these errors were encountered: