When I use contact_us
gem in my rails app it uses application's layout. but I want to use another layout for contact-us page. How can I do that?
Changing contact_us default layout
39 views Asked by Ahmad At
1
When I use contact_us
gem in my rails app it uses application's layout. but I want to use another layout for contact-us page. How can I do that?
This is something that you can do from within the respective controller, you can specify an alternate layout template from within the action specifically.