summaryrefslogtreecommitdiff
path: root/app/policies/timelog_policy.rb
blob: f71c420463911831b35a2cdcf789bba7eb43aa19 (plain)
1
2
3
4
5
# frozen_string_literal: true

class TimelogPolicy < BasePolicy
  delegate { @subject.issuable }
end