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