Sha256: 22ce43b8dfc407ac5d469e56a0591bda0a5a55ed7c140b5bcf54476de5e909df
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
class HomeController < ApplicationController def index @content = "tabular-text" respond_to do |format| format.text { render tabular: 'tabular.txt' } end end end
Version data entries
3 entries across 3 versions & 1 rubygems