class ActiveAdmin::ResourceController
def edit(options={}, &block)
def edit(options={}, &block) super do |format| block.call(format) if block format.html { render active_admin_template('edit') } end end
def edit(options={}, &block) super do |format| block.call(format) if block format.html { render active_admin_template('edit') } end end