Skip to content

Commit

Permalink
include support for .handlebars extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jan 13, 2012
1 parent 101513c commit 73cb9ce
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 73cb9ce

Please sign in to comment.