Sha256: 3a442ec0412aea4b79be8ce2ce5c1b7e0f9b6b642deeb321e3ab02b520de2430
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
module Vision module Generators class CssGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "Create stylesheets/vision/application.css file " def copy_view_files directory 'stylesheets', "app/assets/stylesheets" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems