Sha256: 8fdb84b4d9e69957197bcd11751eea536702a6d8a42adb2f1bb28ed04889f49f

Contents?: true

Size: 836 Bytes

Versions: 5

Compression:

Stored size: 836 Bytes

Contents

# == Schema Information
#
# Table name: data_files
#
#  id                 :integer          not null, primary key
#  name               :string(255)
#  data_file          :string(255)
#  download_count     :integer          default(0)
#  seq                :integer
#  type               :string(255)
#  active             :boolean          default(TRUE)
#  movie_url          :string(255)
#  external_link      :string(255)
#  created_at         :datetime
#  updated_at         :datetime
#  content_id         :integer
#  thumb              :string(255)      default("0")
#  intro              :text
#  subtitle           :string(255)
#  thumb_external_url :string(255)
#  slug               :string(255)
#

require 'spec_helper'
module Mokio
  describe DataFile do
    pending "add some examples to (or delete) #{__FILE__}"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mokio-2.0.8 spec/models/data_file_spec.rb
mokio-0.0.15 spec/models/data_file_spec.rb
mokio-0.0.14 spec/models/data_file_spec.rb
mokio-0.0.13 spec/models/data_file_spec.rb
mokio-0.0.12 spec/models/data_file_spec.rb