6 7 8 9
# File 'lib/plate_id.rb', line 6 def create(model) uri = URI::PlateID.create(model) new(uri) if uri end