method
mountable_engine?
v4.2.7 -
Show latest stable
- Class:
Rails::Generators::NamedBase
mountable_engine?()protected
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 182
def mountable_engine?
defined?(ENGINE_ROOT) && namespaced?
end