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
Calling render and passing a partial file name should compile. Render partial should also accept arguments. This should be in the similar to the current render but need to test.
Given the following haml:
%p
= render "templates/shared/partial", [ arg: "New Partial" ]
The text was updated successfully, but these errors were encountered:
Calling render and passing a partial file name should compile. Render partial should also accept arguments. This should be in the similar to the current render but need to test.
Given the following haml:
The text was updated successfully, but these errors were encountered: