sinatra/rack-protection/lib/rack/protection/remote_token.rb

9 lines
119 B
Ruby
Raw Normal View History

2011-05-23 08:07:54 +00:00
require 'rack/protection'
module Rack
module Protection
class RemoteToken < AuthenticityToken
end
end
end