Class: SO2DB::Models::Comment

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

Class Method Summary collapse

Class Method Details

.exported_fieldsObject



33
34
35
36
# File 'lib/so2db/models.rb', line 33

def self.exported_fields
  return [ :id, :post_id, :score, :text, :creation_date, :user_id, 
           :user_display_name ]
end