Skip to content
Snippets Groups Projects
Commit 496c594a authored by Darius Schneider's avatar Darius Schneider
Browse files

do not require gems to sublcass Application* classes

parent 321c3f7d
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,18 @@ Naming/FileName: ...@@ -27,6 +27,18 @@ Naming/FileName:
# BEGIN Rails # BEGIN Rails
# allow gem models to subclass ActionController::Base instead of ApplicationController
Rails/ApplicationController:
Enabled: false
# allow gem jobs to subclass ActiveJob::Base instead of ApplicationJob
Rails/ApplicationJob:
Enabled: false
# allow gem mailers to subclass ActionMailer::Base instead of ApplicationMailer
Rails/ApplicationMailer:
Enabled: false
# allow gem models to subclass ActiveRecord::Base instead of ApplicationRecord # allow gem models to subclass ActiveRecord::Base instead of ApplicationRecord
Rails/ApplicationRecord: Rails/ApplicationRecord:
Enabled: false Enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment