Sha256: 20e7832122cbab8fa36b84cb5c3c2b4cd0f17cf380ce8c5947a3f4ee6df015be
Contents?: true
Size: 476 Bytes
Versions: 18
Compression:
Stored size: 476 Bytes
Contents
require_dependency "renalware" module Renalware # Note that we inherit from ::ApplicationController which is defined in the host application. # This allows application to # - define the default layout # - intercept requests with before_action etc. class ApplicationController < ::ApplicationController # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end end
Version data entries
18 entries across 18 versions & 1 rubygems