Sha256: 7de1f3c5c22c39cd4499a3fa9f9450e18fc0586b766e0fb4bcc69a7d48a8332a
Contents?: true
Size: 391 Bytes
Versions: 4
Compression:
Stored size: 391 Bytes
Contents
# # Project <%= @app.environment.appname %> # # Created using bivouac on <%= Time.now %>. # Copyright (c) <%= Time.now.year %> __My__. All rights reserved. # module <%= @app.environment.appname %>::Views def <%= @view_name %> h1.header { "<%= @app.environment.appname %>::Views#<%= @view_name %>" } p "Find me in <%= @destination_file.gsub( /script\/\.\.\//, "" ) %>" end end
Version data entries
4 entries across 4 versions & 1 rubygems