Class: Marty::NewPostingWindow

Inherits:
Netzke::Window::Base
  • Object
show all
Defined in:
app/components/marty/new_posting_window.rb

Instance Method Summary collapse

Instance Method Details

#configure(c) ⇒ Object



4
5
6
7
8
9
10
11
12
# File 'app/components/marty/new_posting_window.rb', line 4

def configure(c)
  super

  c.title        = I18n.t('new_posting')
  c.modal        = true
  c.items        = [:new_posting_form]
  c.layout       = 'fit'
  c.lazy_loading = true
end