You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ActionView::Template::Error occurred in my_component#show:
No route matches {:action=>"show", :component_id=>"my_component_slug", :controller=>"admin/my_component", :page=>nil}
app/views/admin/my_component/show.html.haml:4:in `_app_views_admin_my_component_show_html_haml___1398735354282324111_70013877212120'
Works in developement.
EDIT NOTE :
Add to config/environments/development.rb :
config.cache_classes=true
Seems to be because routes context is the one of Para in the view, so the route is not found on the Para engine, because it only exists in the main app
The text was updated successfully, but these errors were encountered:
500 on table page
Works in developement.
EDIT NOTE :
Add to
config/environments/development.rb
:Seems to be because routes context is the one of Para in the view, so the route is not found on the Para engine, because it only exists in the main app
The text was updated successfully, but these errors were encountered: