Sha256: b8ac65171aad2f18bdc21f4e53a84fc4e9237821dfc9612e2ef6fe0b515c88dc

Contents?: true

Size: 113 Bytes

Versions: 1

Compression:

Stored size: 113 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
  layout 'main'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
attorney-1.0.0 spec/support/dummy/rails5_1/app/controllers/application_controller.rb