Files
redmine-budget-plugin/lib/redmine_budget/hooks/controller_timelog_available_criterias_hook.rb

10 lines
223 B
Ruby

module RedmineBudget
module Hooks
class ControllerTimelogAvailableCriteriasHook < Redmine::Hook::ViewListener
def controller_timelog_available_criterias(context={})
return ''
end
end
end
end