Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 311 Bytes

README.textile

File metadata and controls

18 lines (10 loc) · 311 Bytes

Closed Middleware

About

Rack Middleware for websites that are only open 9am till 5pm.
Outside these hours vistors are shown a static html page to tell them the website is closed.

Usage

Rails 3

in Gemfile

gem 'rack-closed'

in config/application.rb

config.middleware.use Rack::Closed