Sha256: 6f43a8a8bdf566b1c743c522fe1aa3aaed84ef7c48fd134201d03e4f0c9ce7ef
Contents?: true
Size: 321 Bytes
Versions: 1
Compression:
Stored size: 321 Bytes
Contents
# == Schema Information # # Table name: cavy_resources # # id :integer not null, primary key # url :string # name :string # file_type :string # created_at :datetime not null # updated_at :datetime not null # module Cavy class Resource < ApplicationRecord end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cavy-0.1.0.beta2 | app/models/cavy/resource.rb |