Class: SO2DB::Models::Vote

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

Class Method Summary collapse

Class Method Details

.exported_fieldsObject



69
70
71
72
# File 'lib/so2db/models.rb', line 69

def self.exported_fields
  return [ :id, :post_id, :vote_type_id, :creation_date, :user_id, 
           :bounty_amount ]
end