Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created January 20, 2010 12:54
Show Gist options
  • Save wjessop/281821 to your computer and use it in GitHub Desktop.
Save wjessop/281821 to your computer and use it in GitHub Desktop.
class MyController < ApplicationController
def listofthings
respond_to do |format|
format.plist {
render :layout => false
}
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment