Skip to content

Instantly share code, notes, and snippets.

@wesgibbs
Created November 10, 2008 20:24
Show Gist options
  • Save wesgibbs/23616 to your computer and use it in GitHub Desktop.
Save wesgibbs/23616 to your computer and use it in GitHub Desktop.
def show
render :template => "ui/#{params[:id]}", :layout => false and return if params[:id] == "poll_step_2"
render :template => "ui/#{params[:id]}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment