af83/chouette-core

View on GitHub
app/models/exportable.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Exportable < ApplicationModel
  self.table_name = 'exportables'

  belongs_to :model, polymorphic: true
  belongs_to :export, class_name: 'Export::Base'
end