How do I write an extension for Sinatra without packaging it like a gem?
2 answers
At http://www.sinatrarb.com/intro.html, review the Helpers section and define helper methods for use in route handlers and templates
+4
a source to share