Sha256: 6743641ca80c85b8f0c62ca40cb26bb2b4ecbb73317123bd2be9c7f0faa79e54
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 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 self.foo end def super end private def bar end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_mocker-0.3.1 | spec/lib/model.rb |