Skip to content

Instantly share code, notes, and snippets.

@rkh
Created January 13, 2012 12:25
Show Gist options
  • Save rkh/1605858 to your computer and use it in GitHub Desktop.
Save rkh/1605858 to your computer and use it in GitHub Desktop.
helpers do
def body(arg = nil)
arg &&= arg.to_json
super(arg)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment