Skip to content

Instantly share code, notes, and snippets.

@danil-z
Created August 8, 2011 14:02
Show Gist options
  • Save danil-z/1131795 to your computer and use it in GitHub Desktop.
Save danil-z/1131795 to your computer and use it in GitHub Desktop.
simple_app bug
class VoipRateApp < Netzke::Basepack::SimpleApp
def configuration
orig = super
orig.merge(:items => [{
:region => :center,
:class_name => "Basepack::GridPanel",
:model => "Rate",
:enable_edit_in_form => false,
:rows_per_page => 50,
:title => "VoIP rates",
:columns => [{ :name => :destination, :flex =>1}, :prefix, :price]
}])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment