Sha256: b5b0a941de45c994456661459847fee7817e47859b79a54623cf7352fc7361ff
Contents?: true
Size: 247 Bytes
Versions: 4
Compression:
Stored size: 247 Bytes
Contents
module StyleSass module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../../..",__FILE__) def copy_views directory 'app/assets/', 'app/assets/' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems