Hello,
I have a website that I would like to insert a ROR based calendar into. The web page is built, I just need something like this to work:
<%= insert_calendar_code %>
I have tried a page with .html and .rhtml inside the public folder, but when I go to render the page, my test code:
<%= puts "hello" %> does not show up.
Thank you for your help.
-Anthony