Sha256: 65509748a64ff705de19a7be0a5cbbee13bf2b0dc753afee8b9ef5a1706b5655
Contents?: true
Size: 154 Bytes
Versions: 4
Compression:
Stored size: 154 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :exception def index; head :ok; end def create; head :ok; end end
Version data entries
4 entries across 4 versions & 1 rubygems