We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d69cd commit c366207Copy full SHA for c366207
lib/anchor/config.rb
@@ -29,7 +29,7 @@ def initialize
29
@ar_comment_to_string = nil
30
@infer_ar_enums = nil
31
@rbs = "off"
32
- @rbs_sig_path = Rails.root.join("rbs")
+ @rbs_sig_path = Rails.root.join("sig")
33
end
34
35
0 commit comments