Flowdock
method

create_assets_manifest_file

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Rails::Generators::PluginGenerator
create_assets_manifest_file() 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 230
      def create_assets_manifest_file
        build(:assets_manifest) if !api? && engine?
      end
Register or log in to add new notes.