aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/carrier.rb
blob: bf8055fbd702262fb6881b3cd30cd9c619b504ff (plain) (blame)
1
2
3
# frozen_string_literal: true
class Carrier < ActiveRecord::Base
end