Remove patch for methods that became part of the core

pull/6827/head
Jan Sandbrink 9 years ago
parent abdf01b28e
commit 25b75d5c82
  1. 9
      lib/open_project/costs/patches/query_patch.rb

@ -58,15 +58,6 @@ module OpenProject::Costs::Patches::QueryPatch
end
module ClassMethods
# Setter for +available_columns+ that isn't provided by the core.
def available_columns=(v)
self.available_columns = (v)
end
# Method to add a column to the +available_columns+ that isn't provided by the core.
def add_available_column(column)
available_columns << (column)
end
end
module InstanceMethods

Loading…
Cancel
Save