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:
parent
0ee5433ae6
commit
2f1eea8067
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue