Sha256: e26fbc04d12058972d40626c594e028729172aaa77aa6f73c2f1cfebc674615f
Contents?: true
Size: 161 Bytes
Versions: 2
Compression:
Stored size: 161 Bytes
Contents
class ApplicationController < ActionController::Base include Contexts protect_from_forgery with: :exception def index render nothing: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contexts-0.1.1 | spec/dummy/app/controllers/application_controller.rb |
contexts-0.1.0 | spec/dummy/app/controllers/application_controller.rb |