Skip to content

Commit 0be8eff

Browse files
committed
Generic class shouldn't extend Base
1 parent cbcf018 commit 0be8eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/rails_script/class/templates/javascript.js.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.App ||= {}
2-
class App.<%= class_name.gsub('::', '') %> extends App.Base
2+
class App.<%= class_name.gsub('::', '') %>
33

44
constructor: ->
55
super

0 commit comments

Comments
 (0)