class PixtechParams < ApplicationRecord
  belongs_to :pixtech

  def self.instance
    @instance ||= PixtechParams.find_by(name: 'url_in', value: Current.host)
  end
end
