Sha256: dab7d9245f6ab0120e76e2c42a1322de29fd4bd5122538472c862f62ab54581f
Contents?: true
Size: 359 Bytes
Versions: 28
Compression:
Stored size: 359 Bytes
Contents
require "rails/generators/named_base" module Coffee module Generators class AssetsGenerator < ::Rails::Generators::NamedBase source_root File.expand_path("../templates", __FILE__) def copy_coffee template "javascript.js.coffee", File.join('app/assets/javascripts', class_path, "#{file_name}.js.coffee") end end end end
Version data entries
28 entries across 28 versions & 5 rubygems