Class: SO2DB::Models::PostHistory
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SO2DB::Models::PostHistory
- Defined in:
- lib/so2db/models.rb
Class Method Summary collapse
Class Method Details
.exported_fields ⇒ Object
53 54 55 56 57 |
# File 'lib/so2db/models.rb', line 53 def self.exported_fields return [ :id, :post_history_type_id, :post_id, :revision_guid, :creation_date, :user_id, :user_display_name, :comment, :text, :close_reason_id ] end |