Guest User

Untitled

a guest
Jul 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # =================================================
  2. # = Texmate support for Rails 3 bundle navigation =
  3. # =================================================
  4. # ~/Library/Application Support/TextMate/Pristine Copy/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/rails_path.rb
  5. # or
  6. # ~/Library/Application\ Support/TextMate/Bundles/Ruby\ on\ Rails.tmbundle/Support/lib/rails/rails_path.rb
  7.  
  8. # line 293
  9. def wants_haml
  10. @wants_html ||= File.file?(File.join(rails_root, "vendor/plugins/haml/", "init.rb")) ||
  11. File.read(File.join(rails_root, 'config', 'environment.rb')) =~ /haml/ ||
  12. File.read(File.join(rails_root, 'Gemfile')) =~ /haml/
  13. end
Add Comment
Please, Sign In to add comment