明示してなければ 2.3.8。 Ruby については Ruby tips 参照。 モデル file_column 保存時に MIME タイプを取得 file_column の仕組みについては file_column プラグイン内部構造 - Rails で行こう! がわかりやすい。 # ActiveRecord::Base のサブクラス内 file_column :file def file_with_getting_content_type=(file) self.mime = file.content_type #=> 'image/png' とか self.file_without_getting_content_type = file end alias_method_chain :file=, :with_getting_content_type default_scope は危険