Skip to content

Instantly share code, notes, and snippets.

@torsday
Created November 4, 2014 22:18
Show Gist options
  • Save torsday/15e464c9aa48c18ac587 to your computer and use it in GitHub Desktop.
Save torsday/15e464c9aa48c18ac587 to your computer and use it in GitHub Desktop.
current_staffer_trial not working?
# remove "Guides" if a trial
if current_staffer_trial?(current_staffer.id, @program.id)
@student_handouts = student_handouts_unfiltered.select { |sh| sh.title !~ /guide/i }
else
@student_handouts = student_handouts_unfiltered
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment