Sha256: f36aea53267052e2a7a20cb39b3d4cce4c49d71f84571ceb0dbbb44018ca9146
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
# # Project <%= @conf.appname %> # # Created using bivouac on <%= Time.now %>. # Copyright (c) <%= Time.now.year %> __My__. All rights reserved. # module <%= @conf.appname %>::Views def not_found h1.header { "<%= @conf.appname %>::Views#not_found" } p "Sorry baby, #{@path} does nor exist !" end end
Version data entries
5 entries across 5 versions & 1 rubygems