Class: Marty::Reporting

Inherits:
Netzke::Base show all
Defined in:
app/components/marty/reporting.rb

Instance Method Summary collapse

Methods inherited from Netzke::Base

#root_sess

Instance Method Details

#configure(c) ⇒ Object



2
3
4
5
6
7
8
# File 'app/components/marty/reporting.rb', line 2

def configure(c)
  super
  c.items = [
    :report_select,
    :report_form,
  ]
end