tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Cleanup check for html content type #523

Closed wireframe closed 7 years ago

wireframe commented 7 years ago

Mime::Type.html? is a publicly available API that internally uses a regex. http://api.rubyonrails.org/classes/Mime/Type.html#method-i-html-3F

seanpdoyle commented 7 years ago

Merged in https://github.com/thoughtbot/ember-cli-rails/commit/bd187207177096decc457f103d09ae8bc2b381e6.