app/controllers/admin/references_controller.rb



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