● [Rails] Ext plugin is updated added two methods. ext_scaffold ext_tree http://wota.jp/svn/rails/plugins/branches/stable/ext ● ext_scaffold This method is same as 'ext_paginate :edit=>true', but it now recognizes 'create' and 'destroy' actions. (special thanks to zorio!) app/controllers/kid_controller.rb Create action click 'Add' button an empty record is created! edit it as you like Create actio