Sha256: cbf61d5a9afb4e73ca998c8abfeaacb9e20880fdb9b89c5708ceed9556be8517

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

class ApplicationController < ActionController::Base
  include LightMobile::DynamicRenderer

  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
family_gallery-0.0.8 spec/dummy/app/controllers/application_controller.rb