Sha256: 6cd3dcac599751ad20097fa83af2db44b8760017e3cd42b9309bae87880c1534
Contents?: true
Size: 149 Bytes
Versions: 6
Compression:
Stored size: 149 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :exception def index render plain: "Hello world!" end end
Version data entries
6 entries across 6 versions & 1 rubygems