Sha256: af5e744f6d60bd3c16a3535a07cc2dfd30a019a7622ecf6ff6203480bac15d19
Contents?: true
Size: 122 Bytes
Versions: 35
Compression:
Stored size: 122 Bytes
Contents
class Post < ActiveRecord::Base belongs_to :author belongs_to :activity scope :test_scope, -> { where('1=1') } end
Version data entries
35 entries across 35 versions & 1 rubygems