Sha256: 274201e6d5de0269c41c6008a836c83450dd3ee408384ebb0c689c81da2658ba

Contents?: true

Size: 181 Bytes

Versions: 5

Compression:

Stored size: 181 Bytes

Contents

module Cogy
  class ApplicationController < ActionController::Base
    # @todo https://github.com/skroutz/cogy/issues/43
    skip_before_action :verify_authenticity_token
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cogy-0.5.2 app/controllers/cogy/application_controller.rb
cogy-0.5.1 app/controllers/cogy/application_controller.rb
cogy-0.5.0 app/controllers/cogy/application_controller.rb
cogy-0.4.0 app/controllers/cogy/application_controller.rb
cogy-0.3.0 app/controllers/cogy/application_controller.rb