Sha256: 66af3b620a32176529fe912608ee754d3faac198bf7687533b9b2b50ffbec645
Contents?: true
Size: 152 Bytes
Versions: 19
Compression:
Stored size: 152 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def create render layout: false, content_type: "text/html" end end
Version data entries
19 entries across 19 versions & 2 rubygems