Commit ad48bc4a authored by Nick Thomas's avatar Nick Thomas

Remove unneeded ignore_column statements for GeoNode

parent 173bc2a8
class GeoNode < ActiveRecord::Base
include IgnorableColumn
include Presentable
ignore_column :clone_protocol
ignore_column :geo_node_key_id
belongs_to :oauth_application, class_name: 'Doorkeeper::Application', dependent: :destroy # rubocop: disable Cop/ActiveRecordDependent
has_many :geo_node_namespace_links
......
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