Sha256: 0107658ec2d8f9b5cd943b6a4f50d744b72a3895a7665b132ae4e9531ae111cd

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

module Phcpress
  class ApplicationController < ActionController::Base

    # Security
    protect_from_forgery with: :exception

    # Load Helpers
    helper Phctitleseo::Engine.helpers
    helper Phcnotifi::Engine.helpers

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcpress-9.0.1 app/controllers/phcpress/application_controller.rb