Update issue_patch.rb

This commit is contained in:
2016-09-01 01:40:09 -04:00
committed by GitHub
parent 6434092306
commit dbe585ca2a

View File

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