Sha256: fc3187a56f3081a582916e835aa5d57bacfdf7cf342d7ee1ac222f3e99d47956

Contents?: true

Size: 140 Bytes

Versions: 1

Compression:

Stored size: 140 Bytes

Contents

module Signum
  class ApplicationController < Signum.config.base_controller.constantize
    protect_from_forgery with: :exception
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
signum-0.7.8 app/controllers/signum/application_controller.rb