[#4225] Generated a hook for the timelog available criterias.

This commit is contained in:
Eric Davis
2010-07-01 13:13:08 -07:00
parent b3c625d9d9
commit e25f841fe2
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,9 @@
module RedmineBudget
module Hooks
class ControllerTimelogAvailableCriteriasHook < Redmine::Hook::ViewListener
def controller_timelog_available_criterias(context={})
return ''
end
end
end
end