Sha256: 47d263b2acf208dd0a0601b4a4fe79903549da7225b72a899dcc83a94f0be637
Contents?: true
Size: 122 Bytes
Versions: 9
Compression:
Stored size: 122 Bytes
Contents
class FilesController < ApplicationController def show send_file Rails.root.join("files/#{params[:path]}") end end
Version data entries
9 entries across 9 versions & 1 rubygems