Class: Marty::RecordFormWindow

Inherits:
Netzke::Basepack::RecordFormWindow
  • Object
show all
Defined in:
app/components/marty/record_form_window.rb

Instance Method Summary collapse

Instance Method Details

#configure(c) ⇒ Object



2
3
4
5
# File 'app/components/marty/record_form_window.rb', line 2

def configure(c)
  super c
  c.fbar = nil if c.item_id == 'view_window'
end