lib/ckeditor/backend/refile.rb in ckeditor-4.2.3 vs lib/ckeditor/backend/refile.rb in ckeditor-4.2.4
- old
+ new
@@ -3,10 +3,10 @@
module Refile
extend ActiveSupport::Concern
included do
validates :data, presence: true
- delegate :rewind, :download, :to_io, :exists?, :delete, :size, :close, :eof?, :read, to: :data
+ delegate :rewind, :download, :to_io, :exists?, :delete, :close, :eof?, :read, to: :data
alias_attribute :data_file_name, :data_filename
alias_attribute :data_file_size, :data_size
end
class_methods do