Sha256: 6b059b0e1dd7e70b127ba55c09fa7b0e91335be01b02a326df2c97b0943a15be
Contents?: true
Size: 383 Bytes
Versions: 14
Compression:
Stored size: 383 Bytes
Contents
#----------------------------------------------------------------------- #-*- vim: set ft=ruby: -*- # # Serve up the not found page for everything #----------------------------------------------------------------------- $:.unshift File.expand_path( File.join( File.dirname(__FILE__), "..", "lib" ) ) require 'stickler/middleware/not_found' run ::Stickler::Middleware::NotFound.new
Version data entries
14 entries across 14 versions & 1 rubygems