Sha256: fe54565f2bfad7494923034157add7d5f0edfbfed6cd3175c6a44e2975aa75b0
Contents?: true
Size: 135 Bytes
Versions: 13
Compression:
Stored size: 135 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def index render :pdf => 'filename' end end
Version data entries
13 entries across 13 versions & 2 rubygems