Sha256: e5abd8fb77913c842ff306c96adac170821a01f6a35f986300ac3297f363b09a
Contents?: true
Size: 330 Bytes
Versions: 8
Compression:
Stored size: 330 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 %>::Models class <%= @model_class_name %> < V <%= @new_version %> def self.up end def self.down end end end
Version data entries
8 entries across 8 versions & 1 rubygems