I have never had this problem before. I just generated a new scaffold in rails called Cv. I´m using sumblime 3
It went all very nicely and I can see all related folders in sublime 3 such as controllers/cvs_controller.rb
, models/cv.rb
, I can even put root 'cvs#index'
in my config file and the routing works. But I can't see my views/cvs` folder in sublime, as the screenshot below can tell the cvs folder is in the views folder but I can´t see it in my sublime view.
I have restarted sublime and opened the app folder again but nothing happens, I can´t drag it to the view folder in sublime.
Have anyone experienced this?