Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Bruce
Joined
60 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in How do I add embedded youtube video to a text field within active admin with simplemde markdown?
I solved this by adding "raw" in the view and I can now paste embed code into active admin
<%=@post.content%>
is now
<%= raw(@post.content)%>
Posted in How do I add embedded youtube video to a text field within active admin with simplemde markdown?
When I add the Youtube embed code. It displays it as a string on the front end.
The idea is that I could make this simple enough for the user updating the post to add the embed code easily themselves.