Sha256: ec1adcbcf6aa66c022936eef8cc00c2e7d4b2fcffe78ff26780c99b10b93c77d
Contents?: true
Size: 256 Bytes
Versions: 74
Compression:
Stored size: 256 Bytes
Contents
class Complement < ApplicationRecord include GuideContainer include FriendlyName validates_presence_of :book belongs_to :guide belongs_to :book include TerminalNavigation def used_in?(organization) organization.book == book end end
Version data entries
74 entries across 74 versions & 2 rubygems