method

test_dummy_sprocket_assets

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: PluginBuilder
test_dummy_sprocket_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/plugin_generator.rb, line 139
    def test_dummy_sprocket_assets
      template "rails/stylesheets.css",   "#{dummy_path}/app/assets/stylesheets/application.css", force: true
      template "rails/dummy_manifest.js", "#{dummy_path}/app/assets/config/manifest.js", force: true
    end
Register or log in to add new notes.