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 c7e14ea commit 05f3a2cCopy full SHA for 05f3a2c
example_app_generator/generate_action_mailer_specs.rb
@@ -14,15 +14,9 @@
14
end
15
16
CODE
17
- gsub_file 'config/initializers/action_mailer.rb',
18
- /ExampleApp/,
19
- Rails.application.class.parent.to_s
20
21
copy_file 'spec/support/default_preview_path'
22
chmod 'spec/support/default_preview_path', 0755
23
- gsub_file 'spec/support/default_preview_path',
24
25
26
if skip_active_record?
27
comment_lines 'spec/support/default_preview_path', /active_record/
28
comment_lines 'spec/support/default_preview_path', /active_storage/
0 commit comments