Skip to content

Instantly share code, notes, and snippets.

@abloom
Created January 21, 2009 19:56
Show Gist options
  • Save abloom/50151 to your computer and use it in GitHub Desktop.
Save abloom/50151 to your computer and use it in GitHub Desktop.
def busy
result = EditResult.first
respond_to do |format|
format.js { result.to_json }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment