Flowdock
method

handle_skip

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: Rails::Generators::ScaffoldGenerator
handle_skip() 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/scaffold/scaffold_generator.rb, line 14
      def handle_skip
        @options = @options.merge(stylesheets: false) unless options[:assets]
        @options = @options.merge(stylesheet_engine: false) unless options[:stylesheets]
      end
Register or log in to add new notes.