Skip to content

Instantly share code, notes, and snippets.

@udzura
Created November 11, 2009 09:01
Show Gist options
  • Save udzura/231797 to your computer and use it in GitHub Desktop.
Save udzura/231797 to your computer and use it in GitHub Desktop.
class SnippetsController < ApplicationController
def test
@member = Member.find(params[:id])
render :format => :rjs
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment