class ActiveAdmin::ResourceController

def new(options={}, &block)

def new(options={}, &block)
  super do |format|
    block.call(format) if block
    format.html { render active_admin_template('new') }
  end
end