Skip to content

Commit e6045bc

Browse files
[^] install generator was fixed
1 parent 8283eb0 commit e6045bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/generators/rails_footnotes/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def copy_initializer
1010
end
1111

1212
def copy_dotfile
13-
template ".rails_footnotes", ".rails_footnotes"
13+
template "rails_footnotes", ".rails_footnotes"
1414
end
1515
end
1616
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#this code temporarily disables notes for all controllers
2+
# Footnotes::Filter.notes = []
3+

0 commit comments

Comments
 (0)