Profile
Sign out
menu
create
New Post
My learned
Sign In
ActionView::MissingTemplate in rails 7
Ruby On Rails
In rails 7 the correct way to render templates through the
wicked_pdf
gem is:
template: 'folder/file', formats: [:html]
is important to know that now is required to set the file without the file extension.
arrow_back
back