Sha256: 99ffa9b343f9a143cf1c3f82fee5f8dd9e6185a8760e5bef76362c3f8e34f4fe
Contents?: true
Size: 119 Bytes
Versions: 1
Compression:
Stored size: 119 Bytes
Contents
module Chat class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chat-0.2.0 | app/controllers/chat/application_controller.rb |