method
full?
v3.2.1 -
Show latest stable
- Class:
Rails::Generators::PluginNewGenerator
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