instance method
mountable_engine?
Ruby on Rails 4.2.9
Since v4.2.9Signature
mountable_engine?()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 182
def mountable_engine?
defined?(ENGINE_ROOT) && namespaced?
end
Defined in railties/lib/rails/generators/named_base.rb line 182
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase