aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/mentor.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-10-20 16:57:47 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-10-20 16:57:47 -0600
commit5c32f41d5258743500345db34839a21139676f8e (patch)
treebe9d7d97069165f2f9a3a72e56195599efd03a09 /activerecord/test/models/mentor.rb
parentd94ae72a5259c31ea510e6341bbbf4e920312ebe (diff)
parentdf94dabb374de5a109de0756c4c19b18375cd5af (diff)
downloadrails-5c32f41d5258743500345db34839a21139676f8e.tar.gz
rails-5c32f41d5258743500345db34839a21139676f8e.tar.bz2
rails-5c32f41d5258743500345db34839a21139676f8e.zip
Fix merge conflicts for #19938
This is a separate commit, as it is not just a changelog conflict. Want to point out the changes in the code
Diffstat (limited to 'activerecord/test/models/mentor.rb')
-rw-r--r--activerecord/test/models/mentor.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/mentor.rb b/activerecord/test/models/mentor.rb
new file mode 100644
index 0000000000..11f1e4bff8
--- /dev/null
+++ b/activerecord/test/models/mentor.rb
@@ -0,0 +1,3 @@
+class Mentor < ActiveRecord::Base
+ has_many :developers
+end \ No newline at end of file