aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/models
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-07-10 22:40:03 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-07-11 13:12:32 +0900
commitaa28c5ca65e230e0946261db0aa58a067e7032df (patch)
tree55b3e91583cb9a81033ef5d8729f7e694c7c917b /activejob/test/models
parentac717d65a31d05458588b78ea7719b79f8ea69e5 (diff)
downloadrails-aa28c5ca65e230e0946261db0aa58a067e7032df.tar.gz
rails-aa28c5ca65e230e0946261db0aa58a067e7032df.tar.bz2
rails-aa28c5ca65e230e0946261db0aa58a067e7032df.zip
[Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Diffstat (limited to 'activejob/test/models')
-rw-r--r--activejob/test/models/person.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/test/models/person.rb b/activejob/test/models/person.rb
index bcd1018782..9a3bfab25f 100644
--- a/activejob/test/models/person.rb
+++ b/activejob/test/models/person.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
class Person
class RecordNotFound < StandardError; end