Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1d9e36

Browse files
author
mhirtie
committed
Fixed generator name.
1 parent 0515d90 commit e1d9e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typescript/rails/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'rails/engine'
22

33
class Typescript::Rails::Engine < Rails::Engine
4-
# config.app_generators.javascript_engine :ts
4+
# config.app_generators.javascript_engine :typescript
55

66
if config.respond_to?(:annotations)
77
config.annotations.register_extensions("ts") { |annotation| /#\s*(#{annotation}):?\s*(.*)$/ }

0 commit comments

Comments
 (0)