class ActiveAdmin::ResourceController

def show(options={}, &block)

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