Class: SO2DB::Models::User

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

Class Method Summary collapse

Class Method Details

.exported_fieldsObject



61
62
63
64
65
# File 'lib/so2db/models.rb', line 61

def self.exported_fields
  return [ :id, :reputation, :creation_date, :display_name, :email_hash,
           :last_access_date, :website_url, :location, :age, :about_me, 
           :views, :up_votes, :down_votes, :account_id ]
end