Sha256: ec23e3e7220cce8b4ee85a4035eaa051fad1f3d6f65d1baa836b58b92667234a
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
class Model < ActiveRecord::Base belongs_to :company has_many :users has_one :account has_and_belongs_to_many :disclosure def self.duper(value, *args) end scope :named, ->(name, value=nil, options={}) { } def foo(foobar, value) end def super end private def bar end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_mocker-0.1.1 | spec/lib/model.rb |