Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save drewdeponte/cc9dd4735fcd07c2cf77 to your computer and use it in GitHub Desktop.
Save drewdeponte/cc9dd4735fcd07c2cf77 to your computer and use it in GitHub Desktop.
Lotus View with Custom Render for Serialization and automatic html escape
module ShipmunkApi::Views::Users
class Create
include Lotus::View
format :v1
def render
JSON.generate({foo:'hello'})
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment