Sha256: 5b59debcb5541a0a36502540abc83f436339146f2e9a8fc812a6212734b8a04a
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
class RobinsLayoutGenerator < Rails::Generator::Base def manifest puts "Installing" record do |m| m.file 'application.html.erb', 'app/views/layouts/application.html.erb', :collision => :ask m.file 'layout.css', 'public/stylesheets/layout.css', :collision => :ask end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
robinsp-robins_html_helpers-0.2.2 | rails_generators/robins_layout/robins_layout_generator.rb |