UCSLogModel 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 494bf71bf288e158fa0bed369ad9393cd91f33e0
4
- data.tar.gz: 2710de9003b7cbc9ea637e2160e8895447c741f7
3
+ metadata.gz: 6474c8957ca0d1b737004a72766028c1af63f47f
4
+ data.tar.gz: f48bc4c4ddad42aaeeba2a792d0ed55a292e825d
5
5
  SHA512:
6
- metadata.gz: f9e178605f59892a5a4f2517a4a8910e0d1c648e86ab3bff1595ca968eb4212d3ac59ea00f5fffc99079e22c0b43fdcd0b3bec56776875cf89a66d9b9f578b69
7
- data.tar.gz: f92cf2656fac175edb28818a42fd0809359f3bf88926749a7bad1b8828bde61a43eb424e9791f517c6c40480e35270993700b5932e7264cb645f162199557ada
6
+ metadata.gz: 058783fd57655b0b3eb4dc1f565da1ea14a2b547fbce43791aa55c00a645d8f3138999ee793cd4899f46ae50409aa421b7df7091b2d45a4ce37a82d45d0567e6
7
+ data.tar.gz: 18049ebf094e58b53991b76f18cb077c26507512d21e8ddba1f19b699cb851d47055c03704edeaccfd633e6decc70daa864a770187738051d8d3c3c380c4c1e5
@@ -1,8 +1,4 @@
1
- require 'UCSLogModel/Class'
2
- require 'UCSLogModel/Student'
3
-
4
1
  class UCSLogModel
5
-
6
2
  def self.test
7
3
  puts 'Hello UCS'
8
4
  end
@@ -11,3 +7,11 @@ class UCSLogModel
11
7
  puts 'Hello UCS'
12
8
  end
13
9
  end
10
+
11
+ class Class < ActiveRecord::Base
12
+ has_many :students
13
+ end
14
+
15
+ class Student < ActiveRecord::Base
16
+ belongs_to :class
17
+ end
@@ -1,3 +1,3 @@
1
1
  class UCSLogModel
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: UCSLogModel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - minhhl