Sha256: 5a59861ae5e6ec4bcda0840e443b4a060aab9c0f55a318671f3c9c5d7390dd1b
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
require_dependency "decent_exposure" require_dependency "haml-rails" module RailsVoter class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_voter-0.2.1 | app/controllers/rails_voter/application_controller.rb |