diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index ee1e95c..df7262a 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -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