Sha256: 3af0a7742f492501a6186606ca5065d12d90bab9c30f439fe6b0c0d59f4630c4
Contents?: true
Size: 276 Bytes
Versions: 49
Compression:
Stored size: 276 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 exposes_command :twiddle def twiddle update_attributes(column2: "twiddled") end end
Version data entries
49 entries across 49 versions & 1 rubygems