Sha256: ff51ff56219691517cf6a1fb0bb2309d20e128cb6d143f25ccf79aa5b7a3faf0
Contents?: true
Size: 215 Bytes
Versions: 73
Compression:
Stored size: 215 Bytes
Contents
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
Version data entries
73 entries across 73 versions & 4 rubygems