class Netzke::HasMany::Window

Public Instance Methods

configure(c) click to toggle source
Calls superclass method
# File lib/netzke/has_many/window.rb, line 6
def configure(c)
  super
  c.width = 400
  c.items = [:many_grid]
end