Sha256: 77ae8a907f819a1df6e6d337f30b5b66d42809cf82758559d32f7cca39b47aa9
Contents?: true
Size: 620 Bytes
Versions: 53
Compression:
Stored size: 620 Bytes
Contents
class Admin::EffectiveEventRegistrationsDatatable < Effective::Datatable datatable do order :created_at col :token, visible: false col :created_at, label: 'Created', visible: false col :updated_at, label: 'Updated', visible: false col :submitted_at, label: 'Submitted', visible: false, as: :date col :event, search: :string col :owner col :event_registrants, search: :string, visible: false col :event_addons, search: :string, visible: false col :orders, label: 'Order' actions_col end collection do EffectiveEvents.EventRegistration.all.deep.done end end
Version data entries
53 entries across 53 versions & 1 rubygems