Commit ac3f1632 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'tc-remove-geo-node-ignore-col' into 'master'

Remove ignore_column from GeoNode

See merge request !2777
parents d9f96cbc 9ef063a6
class GeoNode < ActiveRecord::Base
include Presentable
include IgnorableColumn
ignore_column :system_hook_id
belongs_to :geo_node_key, dependent: :destroy # rubocop: disable Cop/ActiveRecordDependent
belongs_to :oauth_application, class_name: 'Doorkeeper::Application', dependent: :destroy # rubocop: disable Cop/ActiveRecordDependent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment