Sha256: 65147044fece0cd3d23d54a29be5d789da974a04e82e7183e0d5b956d4a0d90d

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

# -*- coding: utf-8 -*-
class Information < BaseNew
  with_timestamps
  inheritable_schema do
    String :title, :size=>255
    String :description, :text=>true
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wakame-vdc-webui-10.12.0 app/models/information.rb
wakame-vdc-webui-10.11.0 app/models/information.rb