Sha256: f9eddba6e53249cc1bb97b2e1d356bdf3c5178825cbb34050e25f7209718cc36

Contents?: true

Size: 90 Bytes

Versions: 1

Compression:

Stored size: 90 Bytes

Contents

# frozen_string_literal: true

class Category < ApplicationRecord
  has_many :article
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_has-0.1.0 sample/app/models/category.rb