Skip to content

Instantly share code, notes, and snippets.

View klm's full-sized avatar

Keith Morrison klm

  • Vista Higher Learning
  • Boston, MA
View GitHub Profile
@klm
klm / keybase.md
Created January 12, 2015 20:44
keybase.io auth

Keybase proof

I hereby claim:

  • I am klm on github.
  • I am klm (https://keybase.io/klm) on keybase.
  • I have a public key whose fingerprint is 4A67 EEEE F40B 0730 4445 488E 6078 4C66 E788 F9C3

To claim this, I am signing this object:

@klm
klm / gist:134870
Created June 23, 2009 21:56 — forked from r00k/gist:134861
def show
if @trial.active? || is_admin?
respond_to do |format|
format.html
format.xml { render :xml => @trial.to_xml(:include => [:topics, :contacts, :investigators, :institutions]) }
end
else
render 'admin_only'
end
end