Sha256: 1565262a722c8d356125f981f35a0c35df1025015ccbc69bb9d21007e5c12a29
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
class GeneratorManifest def self.populate_record(m) %w( public public/stylesheets public/stylesheets/layout app app/views app/views/layouts ).each do |dirname| m.directory dirname end %w( USAGE public/stylesheets/layout.css public/stylesheets/layout/nav-bg.png public/stylesheets/layout/footer.png public/stylesheets/layout/bg_highlight.png public/stylesheets/layout/bg_header.gif app/views/layouts/_navigate.html.erb app/views/layouts/_header.html.erb app/views/layouts/_footer.html.erb ).each do |filename| m.file filename, filename end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dougo_layout-0.0.1 | rails_generators/generator_manifest.rb |