Skip to content

Instantly share code, notes, and snippets.

@wallace
Created June 28, 2013 15:41
Show Gist options
  • Save wallace/5885640 to your computer and use it in GitHub Desktop.
Save wallace/5885640 to your computer and use it in GitHub Desktop.
def group_length(tier_level)
return "" if tier_level.blank?
@group_instance_variable[tier_level].length
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment