Class: SO2DB::Models::PostLink
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- SO2DB::Models::PostLink
- Defined in:
- lib/so2db/models.rb
Class Method Summary collapse
Class Method Details
.exported_fields ⇒ Object
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 |