Update issue_patch.rb

This commit is contained in:
2016-09-01 01:48:43 -04:00
committed by GitHub
parent fae4782ef0
commit 4f72a8e5ad

View File

@@ -32,6 +32,10 @@ module IssuePatch
module ClassMethods
end
module InstanceMethods
# Create billable time entries
def bill_time
@@ -82,11 +86,6 @@ module IssuePatch
end
end
end
end
module InstanceMethods
end
end