Sha256: f0b7f0fb1696815a644dafb98f071e52694ff98d3d660c6a8b1397b3947bb057
Contents?: true
Size: 206 Bytes
Versions: 7
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true class ApplicationController < ActionController::Base protect_from_forgery with: :exception def index head :ok end def create head :ok end end
Version data entries
7 entries across 7 versions & 1 rubygems