I am still new in rails, and I realised that in rails each model has
its own layout/template located under layouts/
Now my question is, is it possible to have only one layout for the
entire apps instead of having separate one for each model? If so, is
there any guide I can read about it? Or could someone give me a hint
on how to do it
I am still new in rails, and I realised that in rails each model has
its own layout/template located under layouts/
Now my question is, is it possible to have only one layout for the
entire apps instead of having separate one for each model? If so, is
there any guide I can read about it? Or could someone give me a hint
on how to do it