method

test_dummy_assets

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: PluginBuilder

Method not available on this version

This method is only available on newer versions. The first available version of the method is shown here.

test_dummy_assets() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb, line 97
    def test_dummy_assets
      template "rails/javascripts.js",  "#{dummy_path}/app/assets/javascripts/application.js", force: true
      template "rails/stylesheets.css", "#{dummy_path}/app/assets/stylesheets/application.css", force: true
    end
Register or log in to add new notes.