kosher 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/kosher/book.rb +2 -2
- data/lib/kosher/version.rb +1 -1
- metadata +2 -2
data/lib/kosher/book.rb
CHANGED
@@ -14,10 +14,10 @@ module Kosher
|
|
14
14
|
key :publisher
|
15
15
|
key :title
|
16
16
|
key :volumes, :type => Integer
|
17
|
-
has_many :
|
17
|
+
has_many :other_editions
|
18
18
|
has_many :authors
|
19
19
|
has_many :offers
|
20
|
-
has_many :
|
20
|
+
has_many :similar_books
|
21
21
|
|
22
22
|
# The best kosher offer.
|
23
23
|
#
|
data/lib/kosher/version.rb
CHANGED