Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller called search_controller will use the layout search from admin_data #88

Open
wleeper opened this issue Jan 22, 2012 · 0 comments

Comments

@wleeper
Copy link

wleeper commented Jan 22, 2012

If you create a controller called search_controller in your application.

Then you don't specify a layout to use. I.E., use the default layout.

When you add admin_data, then call a method that routes to your search_controller it will find the layout in the admin_data project and try and use that.

Workaround: put layout "appliation" in your controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant