1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

nodoc JS::Generators [ci skip]

This commit is contained in:
Francesco Rodriguez 2012-10-07 13:50:31 -05:00
parent 0ee5433ae6
commit 2f1eea8067

View file

@ -1,8 +1,8 @@
require "rails/generators/named_base"
module Js
module Generators
class AssetsGenerator < Rails::Generators::NamedBase
module Js # :nodoc:
module Generators # :nodoc:
class AssetsGenerator < Rails::Generators::NamedBase # :nodoc:
source_root File.expand_path("../templates", __FILE__)
def copy_javascript