# File app/models/task.rb, line 219
  def loggable?
    active? && leaf?
  end