Sha256: cbb48a624beb580735e59d8a877012e4eead9198fc96a8a93980a6aa46b66fbf

Contents?: true

Size: 223 Bytes

Versions: 4

Compression:

Stored size: 223 Bytes

Contents

require_dependency "decent_exposure"
require_dependency "haml-rails"
require_dependency "draper"

module RailsVoter
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_voter-0.2.0 app/controllers/rails_voter/application_controller.rb
rails_voter-0.1.0 app/controllers/rails_voter/application_controller.rb
rails_voter-0.0.3 app/controllers/rails_voter/application_controller.rb
rails_voter-0.0.2 app/controllers/rails_voter/application_controller.rb