anyone-oslo/pages

View on GitHub
app/controller_dummies/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class ApplicationController < PagesCore::BaseController # :nodoc:
  helper :all
  protect_from_forgery with: :exception
end