Sha256: 199a43e44fc2c46b314854324759620cc0bc2e23c27321ec85072a5249780957
Contents?: true
Size: 111 Bytes
Versions: 3
Compression:
Stored size: 111 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def index head :ok end end
Version data entries
3 entries across 1 versions & 1 rubygems