Sha256: 3bb41370d63a30952a772995ca9884c3a9ca09bbd3c4340b28fd28e52844081d
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
class RobinsHtmlHelpersResourcesGenerator < Rails::Generator::Base def manifest puts "Installing" record do |m| m.file 'robins_html_helpers.js', 'public/javascripts/robins_html_helpers.js', :collision => :ask m.file 'robins_html_helpers.css', 'public/stylesheets/robins_html_helpers.css', :collision => :ask end end end
Version data entries
2 entries across 2 versions & 1 rubygems