method

create_javascript_files

rails latest stable - Class: Rails::Generators::PluginGenerator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

create_javascript_files()
public

No documentation available.

# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 238
      def create_javascript_files
        build(:javascripts) unless api?
      end