class TweekCatalogue::ProductionCountry

Public Class Methods

build_primary_key(attrs) click to toggle source
# File lib/tweek_catalogue/production_country.rb, line 14
def self.build_primary_key(attrs)
  { country_code: attrs[:country_code] }
end