method

full?

full?()
protected

No documentation available.

# File railties/lib/rails/generators/rails/plugin_new/plugin_new_generator.rb, line 237
      def full?
        options[:full] || options[:mountable]
      end