app/models/alchemy/attachment.rb in alchemy_cms-4.0.0.beta vs app/models/alchemy/attachment.rb in alchemy_cms-4.0.0.rc1
- old
+ new
@@ -1,19 +1,21 @@
+# frozen_string_literal: true
+
# == Schema Information
#
# Table name: alchemy_attachments
#
# id :integer not null, primary key
-# name :string(255)
-# file_name :string(255)
-# file_mime_type :string(255)
+# name :string
+# file_name :string
+# file_mime_type :string
# file_size :integer
# creator_id :integer
# updater_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# cached_tag_list :text
-# file_uid :string(255)
+# file_uid :string
#
module Alchemy
class Attachment < ActiveRecord::Base
include Alchemy::Filetypes