method

test_dummy_assets

rails latest stable - Class: Rails::PluginBuilder

Method not available on this version

This method is only available on newer versions. The first available version (v4.0.2) is shown here.

test_dummy_assets()
public

No documentation available.

# 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