Skip to content

Instantly share code, notes, and snippets.

@shaik2many
Created April 5, 2016 16:21
Show Gist options
  • Save shaik2many/ba28ebd50c70b068974513ca9c335972 to your computer and use it in GitHub Desktop.
Save shaik2many/ba28ebd50c70b068974513ca9c335972 to your computer and use it in GitHub Desktop.
<cfcomponent extends="taffy.core.resource" taffy:uri="/students">
<cffunction name="get">
<cfreturn representationOf( "hello" ) />
</cffunction>
</cfcomponent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment