Sha256: 2dbf7190e752c44c3ff4cc68aa0c924479084812a2e9478f8375ec863e9cab7d

Contents?: true

Size: 131 Bytes

Versions: 4

Compression:

Stored size: 131 Bytes

Contents

class ApplicationController < ActionController::Base
  include Transcript::Controller

  protect_from_forgery with: :exception
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
transcript-0.3.0 spec/dummy/app/controllers/application_controller.rb
transcript-0.2.1 spec/dummy/app/controllers/application_controller.rb
transcript-0.2.0 spec/dummy/app/controllers/application_controller.rb
transcript-0.1.0 spec/dummy/app/controllers/application_controller.rb