Sha256: 161bfcb8146c22610dd90c2345a34990f002ed83b3c60e5d4a5280669d13ff52
Contents?: true
Size: 180 Bytes
Versions: 5
Compression:
Stored size: 180 Bytes
Contents
module Rooftop class Taxonomy include Rooftop::Base collection_path "taxonomies" primary_key "slug" has_many :terms, class_name: "Rooftop::TaxonomyTerm" end end
Version data entries
5 entries across 5 versions & 1 rubygems