notebook/app/models/concerns
Robert Richter 8706cf9109
Change is_public logic
Previously, Universe privacy was checked first. If it was private, then
any content within it was private. If it was public, only then would
the content's privacy be checked.

Now, both values are checked in an OR comparison. If either the universe
or content privacy is "public," then the content is public.
2016-09-22 15:30:56 -05:00
..
has_content_groupers.rb add proof of concept editor 2016-07-31 00:20:28 -05:00
has_privacy.rb Change is_public logic 2016-09-22 15:30:56 -05:00