Class: Admin::ReferencesController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::ReferencesController
- Defined in:
- app/controllers/admin/references_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |