-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi,
First of all thank you for this incredible gem! Recently I started working with Rails. I am developing a Rails APP which has a custom Engine mounted.
After generating a new component under the component folder of the engine app I tried to load my application, and got this error message:
Missing partial wiki/_wiki with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in:
* "/opt/project/app/views"
* "/usr/local/bundle/gems/mountain_view-0.13.0/app/views"
* "/opt/project/engines/handover/app/views"
* "/usr/local/bundle/gems/kaminari-core-1.1.1/app/views"
* "/opt/project/app/components"
I understand the system is not being able to find the component because it is located under /opt/project/app/engines/<engine_name>/components.
How can I specify this route so the components are found?
Metadata
Metadata
Assignees
Labels
No labels