Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Austin Klenk
Austin Klenk
4,399 Points

Devise Views

I am working on tech connect between my work computer and my laptop, the problem that i am running in to is on my work computer the devise views change like i want them to by setting "config.scoped_views = true" and i use github desktop to sync between my work iMac and my macbook pro. when i go to run rails server on my macbook pro the devise views don't change, i check the "config.scoped_views = true" and it is set to true in the devise initializer. Help? The views change on my iMac but not my mbp