Sha256: 5eb129521980dda7460f44b0fa1fc6f27421e36ef676bb1dd8a158f74e307227
Contents?: true
Size: 300 Bytes
Versions: 48
Compression:
Stored size: 300 Bytes
Contents
module Incline ## # The root of the controllers for an Incline application. class ApplicationController < ActionController::Base # 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
48 entries across 48 versions & 1 rubygems