Sha256: c168279643ce9ca4c7ccb07236d2f40abb6eadb967cd390f48c64b4d38133489
Contents?: true
Size: 179 Bytes
Versions: 6
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Tramway module News class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end
Version data entries
6 entries across 6 versions & 1 rubygems