Sha256: cff498dfb50b7c5feae6446741e1227d665aedcce7426f9fbbf9ae29087cf133

Contents?: true

Size: 356 Bytes

Versions: 13

Compression:

Stored size: 356 Bytes

Contents

require_relative 'boot'

require 'rails/all'

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module ChatApp
  class Application < Rails::Application
    #ChatApp::Application.config.cache_store = :file_store, Rails.root.join('tmp', 'cache_store')
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hyper-operation-0.5.12 examples/chat-app/config/application.rb
hyper-operation-0.5.11 examples/chat-app/config/application.rb
hyper-operation-0.5.10 examples/chat-app/config/application.rb
hyper-operation-0.5.9 examples/chat-app/config/application.rb
hyper-operation-0.5.8 examples/chat-app/config/application.rb
hyper-operation-0.5.7 examples/chat-app/config/application.rb
hyper-operation-0.5.6 examples/chat-app/config/application.rb
hyper-operation-0.5.5 examples/chat-app/config/application.rb
hyper-operation-0.5.4 examples/chat-app/config/application.rb
hyper-operation-0.5.3 examples/chat-app/config/application.rb
hyper-operation-0.5.2 examples/chat-app/config/application.rb
hyper-operation-0.5.1 examples/chat-app/config/application.rb
hyper-operation-0.5.0 examples/chat-app/config/application.rb