Sha256: ec37bdc63def4a9bbf02a4a1a7b5d8a0c224f576d431b78ebccea6e591c67bff
Contents?: true
Size: 190 Bytes
Versions: 95
Compression:
Stored size: 190 Bytes
Contents
<%= wrap_in_modules <<-rb.strip_heredoc class ApplicationController < ActionController::#{api? ? "API" : "Base"} #{ api? ? '# ' : '' }protect_from_forgery with: :exception end rb %>
Version data entries
95 entries across 95 versions & 7 rubygems