Sha256: 75223f1047d94aeac3b1b341358c83329e4f4807fecd6b221e8659c8e3432f30
Contents?: true
Size: 162 Bytes
Versions: 4
Compression:
Stored size: 162 Bytes
Contents
class MainController < ApplicationController def index render :text => t('main.index') end def welcome render :text => t('main.welcome') end end
Version data entries
4 entries across 4 versions & 1 rubygems