BigW Consortium Gitlab

importable.rb 121 Bytes
Newer Older
1 2 3 4 5 6
module Importable
  extend ActiveSupport::Concern

  attr_accessor :importing
  alias_method :importing?, :importing
end