Skip to content

Commit

Permalink
Merge pull request emberjs#3 from dgeb/handlebars-extension
Browse files Browse the repository at this point in the history
Include support for .handlebars extension
  • Loading branch information
keithpitt committed Jan 13, 2012
2 parents 101513c + 73cb9ce commit d0d7702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ember-rails.rb
Expand Up @@ -9,4 +9,5 @@ class Engine < Rails::Engine
# an asset file having the extension ".hjs" is processed
# by the asset pipeline and converted to javascript code.
Sprockets.register_engine '.hjs', HjsTemplate
Sprockets.register_engine '.handlebars', HjsTemplate
end

0 comments on commit d0d7702

Please sign in to comment.