logstash/web/merb/session/session.rb

9 lines
No EOL
261 B
Ruby

module Merb
module Session
# The Merb::Session module gets mixed into Merb::SessionContainer to allow
# app-level functionality; it will be included and methods will be available
# through request.session as instance methods.
end
end