Sha256: 03130b2b1221c0e16ffb39526ceb3f379857f123d4848ba304eb8651cd4ba02e
Contents?: true
Size: 195 Bytes
Versions: 6
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true module Cloudenvoy # Base Cloudenvoy controller class ApplicationController < ActionController::Base skip_before_action :verify_authenticity_token end end
Version data entries
6 entries across 6 versions & 1 rubygems