Class: X_Generic

Inherits:
Fiona7::WriteObj show all
Defined in:
app/models/x_generic.rb

Constant Summary

Constants inherited from Fiona7::WriteObj

Fiona7::WriteObj::BLACKLISTED_CLASSES

Instance Method Summary collapse

Methods inherited from Fiona7::WriteObj

descends_from_active_record?, subclass_from_attributes

Instance Method Details

#exportable?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'app/models/x_generic.rb', line 2

def exportable?
  false
end