lib/attachy.rb in attachy-0.1.2 vs lib/attachy.rb in attachy-0.2.0

- old
+ new

@@ -1,6 +1,8 @@ +# frozen_string_literal: true + module Attachy - ENV_TAG = "attachy_#{Rails.env}".freeze + ENV_TAG = "attachy_#{Rails.env}" TMP_TAG = :attachy_tmp end require 'cloudinary'