Sha256: 54ee1245a32b24f95bd1a6db8e6c5f128c8074b222318ae40d3da824d53590dd
Contents?: true
Size: 330 Bytes
Versions: 19
Compression:
Stored size: 330 Bytes
Contents
# == Schema Information # # Table name: contacts # # id :integer not null, primary key # name :string # email :string # message :text # created_at :datetime not null # updated_at :datetime not null # class Contact < ActiveRecord::Base scope :search, -> { where('1=1') } end
Version data entries
19 entries across 19 versions & 2 rubygems