Sha256: 09d49ee511a9e1afe6ace51bd85cd9622cf5c9af8562728390a91e92f6af2910
Contents?: true
Size: 377 Bytes
Versions: 161
Compression:
Stored size: 377 Bytes
Contents
require "rails/generators/named_base" module Css # :nodoc: module Generators # :nodoc: class AssetsGenerator < Rails::Generators::NamedBase # :nodoc: source_root File.expand_path("../templates", __FILE__) def copy_stylesheet copy_file "stylesheet.css", File.join('app/assets/stylesheets', class_path, "#{file_name}.css") end end end end
Version data entries
161 entries across 156 versions & 12 rubygems