class Admin::ReferencesController

def show

def show
  respond_to do |format|
    render_allowed_type(params[:type])
    format.any { render :action => @type, :content_type => "text/html", :layout => false }
  end
end