Last active
July 20, 2017 18:53
-
-
Save chadwilken/af996ff3b210949a6ebea0c153f00a01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
can_view_users_photos = current_user.has_permission?(Permission::VIEW_USERS_PHOTOS) | |
@projects.map do |project| | |
Rails.cache.fetch(['v1', "can-view-all-photo-#{can_view_users_photos}", 'recent', project]) do | |
render partial: 'v1/locations/recent/project', locals: { project: project, can_view_users: can_view_users_photos } | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment