Module: Para::Component::Exportable

Extended by:
ActiveSupport::Concern
Included in:
Crud
Defined in:
lib/para/component/exportable.rb

Instance Method Summary collapse

Instance Method Details

#exportable?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/para/component/exportable.rb', line 18

def exportable?
  @exportable ||= exporters.length > 0
end