Class: SO2DB::Models::PostLink

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/so2db/models.rb

Class Method Summary collapse

Class Method Details

.exported_fieldsObject



76
77
78
# File 'lib/so2db/models.rb', line 76

def self.exported_fields
  return [ :id, :creation_date, :post_id, :related_post_id, :link_type_id ]
end