Skip to content
Snippets Groups Projects
Commit 998833df authored by Felipe Artur's avatar Felipe Artur
Browse files

Remove ignore columns

parent fe09c25d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,11 +9,8 @@ class Issue < ActiveRecord::Base
include Spammable
include FasterCacheKeys
include RelativePositioning
include IgnorableColumn
include CreatedAtFilterable
 
ignore_column :position
DueDateStruct = Struct.new(:title, :name).freeze
NoDueDate = DueDateStruct.new('No Due Date', '0').freeze
AnyDueDate = DueDateStruct.new('Any Due Date', '').freeze
Loading
Loading
Loading
Loading
@@ -7,7 +7,6 @@ class MergeRequest < ActiveRecord::Base
include IgnorableColumn
include CreatedAtFilterable
 
ignore_column :position
ignore_column :locked_at
 
belongs_to :target_project, class_name: "Project"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment