Skip to content

Instantly share code, notes, and snippets.

@cv
Created July 31, 2008 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cv/3385 to your computer and use it in GitHub Desktop.
Save cv/3385 to your computer and use it in GitHub Desktop.
# GET /passport_applications/new
# GET /passport_applications/new.xml
def new
@passport_application = PassportApplication.new
respond_to do |format|
format.html # new.html.erb
format.xml { render :xml => @passport_application }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment