chore(rubocop): giganto rubocop commit.
muahahahah
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
Railsgoat::Application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb
|
||||
|
||||
@@ -30,8 +31,8 @@ Railsgoat::Application.configure do
|
||||
|
||||
# ActionMailer settings for email support
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.smtp_settings = { :address => "127.0.0.1", :port => 1025 }
|
||||
config.action_mailer.default_url_options = { :host => "127.0.0.1:3000" }
|
||||
config.action_mailer.smtp_settings = { address: "127.0.0.1", port: 1025 }
|
||||
config.action_mailer.default_url_options = { host: "127.0.0.1:3000" }
|
||||
|
||||
# config.middleware.insert_before(
|
||||
# Rack::Lock, Rack::LiveReload,
|
||||
|
||||
Reference in New Issue
Block a user