Sha256: f191a1c3f9a4c2b32b8020da23476aab9d9c43312810af2e5ccd37ba3c53ac8a
Contents?: true
Size: 162 Bytes
Versions: 5
Compression:
Stored size: 162 Bytes
Contents
class ApplicationController < ActionController::Base def welcome render text: "Welcome, your time zone is: #{Time.zone}", layout: 'application' end end
Version data entries
5 entries across 5 versions & 1 rubygems