Sha256: 65aea5f148478cc44d5f2a7a3bd322c8adacaad2aa6085350f47786010cac6db
Contents?: true
Size: 122 Bytes
Versions: 2
Compression:
Stored size: 122 Bytes
Contents
module Quizzes class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quizzes-0.1.1 | app/controllers/quizzes/application_controller.rb |
quizzes-0.1.0 | app/controllers/quizzes/application_controller.rb |