Sha256: 973e3c0265b183e85662ebf3d33eb312a5e9d5d7bfd5d9aaf500629b021a2f59

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

module HyperKittenMeow
  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

    include Pagy::Backend
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hyper-kitten-meow-0.1.2 app/controllers/hyper_kitten_meow/application_controller.rb