Sha256: e8a4c4917a61df2d3135bf19f5adcb9c292c4ca37f36c4aac98f4a511658fae5

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

class Widget < ActiveRecord::Base
  belongs_to :category

  has_many :widget_tags, inverse_of: :widget
  has_many :tags, through: :widget_tags
  has_many :parts

  attr :password

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
express_admin-1.4.11 test/dummy/app/models/widget.rb