Class: Admin::ReferencesController

Inherits:
AdminController
  • Object
show all
Defined in:
app/controllers/admin/references_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
5
6
# File 'app/controllers/admin/references_controller.rb', line 2

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