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

Version Path
temporal-rails-0.2.4 spec/dummy/app/controllers/application_controller.rb
temporal-rails-0.2.3 spec/dummy/app/controllers/application_controller.rb
temporal-rails-0.2.2 spec/dummy/app/controllers/application_controller.rb
temporal-rails-0.2.1 spec/dummy/app/controllers/application_controller.rb
temporal-rails-0.2.0 spec/dummy/app/controllers/application_controller.rb