nodoc JS::Generators [ci skip]

This commit is contained in:
Francesco Rodriguez 2012-10-07 13:50:31 -05:00
parent 0ee5433ae6
commit 2f1eea8067
1 changed files with 3 additions and 3 deletions

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