Skip to content

Instantly share code, notes, and snippets.

@timmatheson
Created August 16, 2012 16:32
Show Gist options
  • Select an option

  • Save timmatheson/3371490 to your computer and use it in GitHub Desktop.

Select an option

Save timmatheson/3371490 to your computer and use it in GitHub Desktop.
class Study
def self.protocol_nickname
@@protocol_nickname ||= self.first.try(:protocol_nickname) || 'Untitled'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment