Sha256: 55d4f32b41be795a9dd51f70d79a5f56c019be55207cb43265a9fce8b9264d46
Contents?: true
Size: 310 Bytes
Versions: 4
Compression:
Stored size: 310 Bytes
Contents
# # Project <%= @conf.appname %> # # Created using bivouac on <%= Time.now %>. # Copyright (c) <%= Time.now.year %> __My__. All rights reserved. # module <%= @conf.appname %>::Controllers class NotFound def get( path ) @status = 404 @path = path render :not_found end end end
Version data entries
4 entries across 4 versions & 1 rubygems